nixpkgs/pkgs/build-support/gcc-cross-wrapper
Lluís Batlle i Rossell c6b526495b Improving the crossStripping. A cross-glibc gets broken if stripped by the
native strip. So we now distinguish dontStrip and dontCrossStrip. I updated
the expressions for glibc-2.9 and glibc-2.11 accordingly.
I could get rid of the cross-glibc depending on the cross-gcc-stage-static.

Enabling nls in the final cross-gcc.

I still have problems on wint_t/wchar_t not working on cross build. Gettext
does not build.


svn path=/nixpkgs/branches/stdenv-updates/; revision=18562
2009-11-23 17:06:57 +00:00
..
add-flags Big fixes in the cross build: 2009-11-22 19:51:45 +00:00
builder.sh Fixed some details on cross compilation. Among others: 2009-11-21 02:42:52 +00:00
default.nix Big fixes in the cross build: 2009-11-22 19:51:45 +00:00
gcc-wrapper.sh Big fixes in the cross build: 2009-11-22 19:51:45 +00:00
ld-wrapper.sh Big fixes in the cross build: 2009-11-22 19:51:45 +00:00
setup-hook.sh Improving the crossStripping. A cross-glibc gets broken if stripped by the 2009-11-23 17:06:57 +00:00
utils.sh add a wrapper for cross compilers, which makes the correct link to the cross compiler. Only works for "gcc", haven't tried for g++ and the others 2005-11-29 01:40:33 +00:00