mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
gcc-cross-wrapper: Revert adding LD program name.
This reverts commit c5ab2bfd25
.
As mentioned in the previous commit, this is now no longer needed.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
23b43c6a9b
commit
b25ac9ea55
|
@ -70,8 +70,6 @@ fi
|
|||
|
||||
if test "$dontSetConfigureCross" != "1"; then
|
||||
configureFlags="$configureFlags --build=$system --host=$crossConfig"
|
||||
# This is because -print-prog-name tries to search FHS paths.
|
||||
configureFlags="$configureFlags LD=$crossConfig-ld"
|
||||
fi
|
||||
# Disabling the tests when cross compiling, as usually the tests are meant for
|
||||
# native compilations.
|
||||
|
|
Loading…
Reference in a new issue