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
|
if test "$dontSetConfigureCross" != "1"; then
|
||||||
configureFlags="$configureFlags --build=$system --host=$crossConfig"
|
configureFlags="$configureFlags --build=$system --host=$crossConfig"
|
||||||
# This is because -print-prog-name tries to search FHS paths.
|
|
||||||
configureFlags="$configureFlags LD=$crossConfig-ld"
|
|
||||||
fi
|
fi
|
||||||
# Disabling the tests when cross compiling, as usually the tests are meant for
|
# Disabling the tests when cross compiling, as usually the tests are meant for
|
||||||
# native compilations.
|
# native compilations.
|
||||||
|
Loading…
Reference in New Issue
Block a user