From b25ac9ea5567ea64c687c89111c26e1f5f1035b8 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 12 Mar 2014 10:58:55 +0100 Subject: [PATCH] gcc-cross-wrapper: Revert adding LD program name. This reverts commit c5ab2bfd258501cbe5f440089039aff8e7595e3c. As mentioned in the previous commit, this is now no longer needed. Signed-off-by: aszlig --- pkgs/build-support/gcc-cross-wrapper/setup-hook.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/build-support/gcc-cross-wrapper/setup-hook.sh b/pkgs/build-support/gcc-cross-wrapper/setup-hook.sh index 497047a73b1..433d36ced43 100644 --- a/pkgs/build-support/gcc-cross-wrapper/setup-hook.sh +++ b/pkgs/build-support/gcc-cross-wrapper/setup-hook.sh @@ -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.