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

r1512 - in glibc-package/branches/glibc-2.4/debian: . sysdeps



Author: schizo
Date: 2006-05-23 00:39:20 +0000 (Tue, 23 May 2006)
New Revision: 1512

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/sysdeps/i386.mk
Log:
    - debian/sysdeps/i386.mk: disable sanity checks on linuxthreads build


Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-05-22 21:17:45 UTC (rev 1511)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-05-23 00:39:20 UTC (rev 1512)
@@ -24,6 +24,7 @@
     - debian/sysdeps/ia64.mk: build with linuxthreads instead of NPTL
     - debian/sysdeps/m68k.mk: build with linuxthreads instead of NPTL
     - debian/sysdeps/mips.mk: build with linuxthreads instead of NPTL
+    - debian/sysdeps/i386.mk: disable sanity checks on linuxthreads build
 
   [ Denis Barbier ]
     - Remove complex-collate.diff (merged upstream).

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/i386.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/i386.mk	2006-05-22 21:17:45 UTC (rev 1511)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/i386.mk	2006-05-23 00:39:20 UTC (rev 1512)
@@ -1,6 +1,6 @@
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
 
-libc_extra_config_options = $(extra_config_options) --without-__thread
+libc_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
 
 # NPTL requires at least i486 assembly.  We don't need to take
 # special measures for i386 systems, since Debian kernel images now



Reply to: