nixpkgs/pkgs/build-support/gcc-cross-wrapper
aszlig c5ab2bfd25
gcc-cross-wrapper: Explicitly add LD program name.
This is because autoconf is passing -print-prog-name=ld to the
cross-gcc, which in turn assumes a FHS compliant filesystem hierarchy
and searches ../../../../$crossConfig/bin/ld for the correct ld.

Of course, this won't work on Nix, hence we're explicitly passing the
correct LD program name.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-02-27 18:28:32 +01:00
..
add-flags Big fixes in the cross build: 2009-11-22 19:51:45 +00:00
builder.sh gcc/gcc-cross-wrapper: making gcc47 work with uclibc 2012-12-26 22:00:33 +00:00
default.nix Remove unnecessary parentheses around if conditions 2012-12-28 19:54:15 +01:00
gcc-wrapper.sh * Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusing 2011-12-12 14:02:12 +00:00
ld-wrapper.sh Big fixes in the cross build: 2009-11-22 19:51:45 +00:00
setup-hook.sh gcc-cross-wrapper: Explicitly add LD program name. 2014-02-27 18:28:32 +01:00
utils.sh Extend compiler wrapper scripts to allow compilation of "/dev/null" input. 2012-07-02 17:15:21 +02:00