[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1087 - trunk/glibc-2.3-head/patches/scripts



Author: ps-guest
Date: 2006-01-21 10:55:20 +0000 (Sat, 21 Jan 2006)
New Revision: 1087

Modified:
   trunk/glibc-2.3-head/patches/scripts/scripts.patch
Log:
ld.so name for amd64


Modified: trunk/glibc-2.3-head/patches/scripts/scripts.patch
===================================================================
--- trunk/glibc-2.3-head/patches/scripts/scripts.patch	2006-01-21 10:33:32 UTC (rev 1086)
+++ trunk/glibc-2.3-head/patches/scripts/scripts.patch	2006-01-21 10:55:20 UTC (rev 1087)
@@ -115,6 +115,14 @@
  
  # libmachuser.so.1 corresponds to mach/*.defs as of Utah's UK22 release.
  .*-.*-gnu-gnu.*		libmachuser=1
+@@ -73,6 +73,7 @@
+ powerpc64.*-.*-linux.*	ld=ld64.so.1		GLIBC_2.3
+ cris-.*-linux.*		ld=ld.so.1		GLIBC_2.2
+ x86_64-.*-linux.*	ld=ld-linux-x86-64.so.2	GLIBC_2.2.5
++x86_64-.*-kfreebsd.*	ld=ld-kfreebsd-x86-64.so.1
+ # We use the ELF ABI standard name for the default.
+ .*-.*-.*		ld=ld.so.1
+ 
 diff -urN glibc-2.3.2.orig/linuxthreads/shlib-versions glibc-2.3.2/linuxthreads/shlib-versions
 --- linuxthreads/shlib-versions	2002-09-05 12:14:21.000000000 +0200
 +++ linuxthreads/shlib-versions	2005-06-15 01:40:37.000000000 +0200



Reply to: