From: Bo Thorsen Date: Thu, 6 Dec 2001 10:43:01 +0000 (+0000) Subject: linux64.h (LINK_SPEC): Correct name of dynamic linker. X-Git-Tag: prereleases/libstdc++-3.0.95~419 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26d04e7921b3b7dc8e4f1ce13ce561550349dbb7;p=thirdparty%2Fgcc.git linux64.h (LINK_SPEC): Correct name of dynamic linker. 2001-12-06 Bo Thorsen * config/i386/linux64.h (LINK_SPEC): Correct name of dynamic linker. From-SVN: r47709 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ec150de028d3..3ef955c2e38b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-12-06 Bo Thorsen + + * config/i386/linux64.h (LINK_SPEC): Correct name of dynamic linker. + Wed Dec 5 19:18:53 2001 Richard Kenner * function.c (keep_stack_depressed): Check global_live_at_start diff --git a/gcc/config/i386/linux64.h b/gcc/config/i386/linux64.h index 22e461ffbebe..8d70972638c3 100644 --- a/gcc/config/i386/linux64.h +++ b/gcc/config/i386/linux64.h @@ -43,6 +43,6 @@ Boston, MA 02111-1307, USA. */ %{!shared: \ %{!static: \ %{rdynamic:-export-dynamic} \ - %{!dynamic-linker:-dynamic-linker /lib/ld64.so.1}} \ + %{!dynamic-linker:-dynamic-linker /lib64/ld-linux-x86-64.so.2}} \ %{static:-static}}"