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:
aszlig 2014-03-12 10:58:55 +01:00
parent 23b43c6a9b
commit b25ac9ea55
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -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.