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

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



Author: schizo
Date: 2006-05-26 17:17:00 +0000 (Fri, 26 May 2006)
New Revision: 1531

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk
Log:
    - debian/sysdeps/powerpc.mk: build with linuxthreads instead of NPTL


Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-05-26 17:00:54 UTC (rev 1530)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-05-26 17:17:00 UTC (rev 1531)
@@ -27,6 +27,7 @@
     - 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
+    - debian/sysdeps/powerpc.mk: build with linuxthreads instead of NPTL
     - Build with gcc 4.1 on all architectures.
     - debian/patches/sparc/local-linuxthreads.diff: fill in missing
       preprocessor macros.

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk	2006-05-26 17:00:54 UTC (rev 1530)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk	2006-05-26 17:17:00 UTC (rev 1531)
@@ -1,6 +1,8 @@
 GLIBC_PASSES += ppc64 nptl
 DEB_ARCH_REGULAR_PACKAGES += libc6-ppc64 libc6-dev-ppc64
 
+libc_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
+
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
 
 ppc64_MIN_KERNEL_SUPPORTED = 2.6.0



Reply to: