This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

New dynamic linker name


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  <bo@suse.co.uk>

	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]