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

r2185 - in glibc-package/trunk/debian: . sysdeps



Author: aurel32
Date: 2007-05-06 10:55:35 +0000 (Sun, 06 May 2007)
New Revision: 2185

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/i386.mk
Log:
  * debian/sysdeps/i386.mk: drop i386-linux-gnu compat symlinks, all the
    toolchain is now using i486-linux-gnu.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-05-06 10:52:13 UTC (rev 2184)
+++ glibc-package/trunk/debian/changelog	2007-05-06 10:55:35 UTC (rev 2185)
@@ -17,9 +17,11 @@
     (specify r19 as input to asms that save/restore).
   * debian/patches/alpha/cvs-cfi.diff: New patch from CVS (fix
     cfi instructions in sysdep-cancel.h).  Closes: #422067.
-  * debian/sysdeps/kfreebsd-i386.mk: Tune for i686. 
+  * debian/sysdeps/kfreebsd-i386.mk: Tune for i686.
+  * debian/sysdeps/i386.mk: drop i386-linux-gnu compat symlinks, all the
+    toolchain is now using i486-linux-gnu.
 
- -- Aurelien Jarno <aurel32@debian.org>  Sun, 06 May 2007 12:50:57 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 06 May 2007 12:53:15 +0200
 
 glibc (2.5-5) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/sysdeps/i386.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/i386.mk	2007-05-06 10:52:13 UTC (rev 2184)
+++ glibc-package/trunk/debian/sysdeps/i386.mk	2007-05-06 10:55:35 UTC (rev 2185)
@@ -1,14 +1,3 @@
-define libc6_extra_pkg_install
-mkdir -p debian/$(curpass)/usr/lib
-ln -sf i486-linux-gnu debian/$(curpass)/lib/i386-linux-gnu
-ln -sf i486-linux-gnu debian/$(curpass)/usr/lib/i386-linux-gnu
-endef
-
-# NPTL requires at least i486 assembly.  We don't need to take
-# special measures for i386 systems, since Debian kernel images now
-# emulate the missing instructions on the i386.
-libc_configure_target=i486-linux
-libc_configure_build=i486-linux
 libc_extra_cflags = -march=i486 -mtune=i686 -g -O3
 
 # We use -march=i686 and glibc's i686 routines use cmov, so require it.



Reply to: