public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* New dynamic linker name
@ 2001-09-20  7:06 Bo Thorsen
  0 siblings, 0 replies; only message in thread
From: Bo Thorsen @ 2001-09-20  7:06 UTC (permalink / raw)
  To: patches, gcc

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-09-20  7:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-20  7:06 New dynamic linker name Bo Thorsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).