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

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



Author: aurel32
Date: 2007-05-06 10:52:13 +0000 (Sun, 06 May 2007)
New Revision: 2184

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/kfreebsd-i386.mk
Log:
  * debian/sysdeps/kfreebsd-i386.mk: Tune for i686. 



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-05-06 10:50:09 UTC (rev 2183)
+++ glibc-package/trunk/debian/changelog	2007-05-06 10:52:13 UTC (rev 2184)
@@ -15,10 +15,11 @@
     STACK_GROWS_UP case to NPTL.
   * debian/patches/hppa/local-r19use.diff: New patch from Carlos O'Donell
     (specify r19 as input to asms that save/restore).
-  * debian/patches/alpha/cvs-cfi.diff: New patch from CVS (fix 
-    cfi instruction in sysdep-cancel.h).  Closes: #422067.
+  * 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. 
 
- -- Aurelien Jarno <aurel32@debian.org>  Sat, 05 May 2007 00:59:17 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 06 May 2007 12:50:57 +0200
 
 glibc (2.5-5) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/sysdeps/kfreebsd-i386.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/kfreebsd-i386.mk	2007-05-06 10:50:09 UTC (rev 2183)
+++ glibc-package/trunk/debian/sysdeps/kfreebsd-i386.mk	2007-05-06 10:52:13 UTC (rev 2184)
@@ -1,3 +1,5 @@
+libc_extra_cflags = -march=i486 -mtune=i686 -g -O3
+
 GLIBC_PASSES += i686
 DEB_ARCH_REGULAR_PACKAGES += libc0.1-i686
 



Reply to: