[Glibc-bsd-commits] r1425 - trunk/web/patches

Petr Salinger ps-guest at costa.debian.org
Fri Apr 7 10:37:22 UTC 2006


Author: ps-guest
Date: 2006-04-07 10:37:22 +0000 (Fri, 07 Apr 2006)
New Revision: 1425

Modified:
   trunk/web/patches/gcc_amd64.diff
Log:
we already got consensus on the ld.so path


Modified: trunk/web/patches/gcc_amd64.diff
===================================================================
--- trunk/web/patches/gcc_amd64.diff	2006-04-07 07:44:45 UTC (rev 1424)
+++ trunk/web/patches/gcc_amd64.diff	2006-04-07 10:37:22 UTC (rev 1425)
@@ -1,6 +1,6 @@
 
 Author: rmh
-Status: DO NOT SEND YET.  We need to get consensus on what the ld.so path should be.
+Status: DO NOT SEND YET, see patches/upstream-only/gcc.diff
 
 diff -Nur gcc-4.0.2.old/gcc/config/i386/kfreebsd-gnu.h gcc-4.0.2/gcc/config/i386/kfreebsd-gnu.h
 --- gcc-4.0.2.old/gcc/config/i386/kfreebsd-gnu.h	2004-06-24 04:56:23.000000000 +0200
@@ -76,7 +76,7 @@
 +
 +#ifdef DYNAMIC_LINKER64
 +#undef DYNAMIC_LINKER64
-+#define DYNAMIC_LINKER64 "/lib64/ld-kfreebsd-x86-64.so.1"
++#define DYNAMIC_LINKER64 "/lib/ld-kfreebsd-x86-64.so.1"
 +#endif
 diff -Nur gcc-4.0.2.old/gcc/config/knetbsd-gnu.h gcc-4.0.2/gcc/config/knetbsd-gnu.h
 --- gcc-4.0.2.old/gcc/config/knetbsd-gnu.h	2004-06-24 04:56:23.000000000 +0200
@@ -88,7 +88,7 @@
 +
 +#ifdef DYNAMIC_LINKER64
 +#undef DYNAMIC_LINKER64
-+#define DYNAMIC_LINKER64 "/lib64/ld-knetbsd-x86-64.so.1"
++#define DYNAMIC_LINKER64 "/lib/ld-knetbsd-x86-64.so.1"
 +#endif
 diff -Nur gcc-4.0.2.old/gcc/config.gcc gcc-4.0.2/gcc/config.gcc
 --- gcc-4.0.2.old/gcc/config.gcc	2005-08-09 12:57:04.000000000 +0200




More information about the Glibc-bsd-commits mailing list