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

r1571 - glibc-package/branches/glibc-2.4/debian/sysdeps



Author: aurel32
Date: 2006-05-28 22:28:58 +0000 (Sun, 28 May 2006)
New Revision: 1571

Modified:
   glibc-package/branches/glibc-2.4/debian/sysdeps/alpha.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/ia64.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/linux.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/sparc.mk
Log:
Pass --disable-sanity-checks by default for the libc pass as all ports need it



Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/alpha.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/alpha.mk	2006-05-28 22:16:03 UTC (rev 1570)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/alpha.mk	2006-05-28 22:28:58 UTC (rev 1571)
@@ -5,7 +5,7 @@
 RUN_TESTSUITE = no
 
 # disabled for static linked pthread programs.
-libc_extra_config_options = $(extra_config_options) --without-__thread
+libc_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
 
 # udeb Config
 udeb_extra_cflags =

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/ia64.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/ia64.mk	2006-05-28 22:16:03 UTC (rev 1570)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/ia64.mk	2006-05-28 22:28:58 UTC (rev 1571)
@@ -1,5 +1,4 @@
 libc = libc6.1
-libc_extra_config_options = $(extra_config_options) --disable-sanity-checks
 
 # NPTL Config
 GLIBC_PASSES += nptl

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/linux.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/linux.mk	2006-05-28 22:16:03 UTC (rev 1570)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/linux.mk	2006-05-28 22:28:58 UTC (rev 1571)
@@ -5,6 +5,7 @@
 # Linuxthreads Config
 threads = yes
 libc_add-ons = linuxthreads $(add-ons)
+libc_extra_config_options = $(extra_config_options) --disable-sanity-checks
 
 ifndef LINUX_SOURCE
   ifeq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk	2006-05-28 22:16:03 UTC (rev 1570)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk	2006-05-28 22:28:58 UTC (rev 1571)
@@ -1,5 +1,3 @@
-libc_extra_config_options = $(extra_config_options) --disable-sanity-checks
-
 # udeb Config
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
 

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/sparc.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/sparc.mk	2006-05-28 22:16:03 UTC (rev 1570)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/sparc.mk	2006-05-28 22:28:58 UTC (rev 1571)
@@ -1,5 +1,3 @@
-libc_extra_config_options = $(extra_config_options) --disable-sanity-checks
-
 # udeb Config
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
 



Reply to: