From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Thorsen To: patches@x86-64.org, gcc@gcc.gnu.org Subject: New dynamic linker name Date: Thu, 20 Sep 2001 07:06:00 -0000 Message-id: <20010920140447.9CDB06F9B1@idefix.sonofthor.dk> X-SW-Source: 2001-09/msg00793.html The dynamic linker in glibc for x86-64 has been renamed to /lib64/ld-linux-x86-64.so.2. This patch should be installed when the change is effective. Bo. 2001-09-20 Bo Thorsen * config/i386/linux64.h (LINK_SPEC): Update ld name for the new glibc. Index: config/i386/linux64.h =================================================================== RCS file: /home/cvs/Repository/gcc/gcc/config/i386/linux64.h,v retrieving revision 1.17 diff -u -r1.17 linux64.h --- config/i386/linux64.h 2001/09/20 09:22:18 1.17 +++ config/i386/linux64.h 2001/09/20 12:49:33 @@ -115,7 +115,7 @@ %{!ibcs: \ %{!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}}}" #undef ASM_SPEC