Author: schizo
Date: 2006-05-04 22:07:13 +0000 (Thu, 04 May 2006)
New Revision: 1469

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/ia64.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk
Log:
    - debian/sysdeps/hppa.mk: build with linuxthreads instead of NPTL
    - debian/sysdeps/ia64.mk: build with linuxthreads instead of NPTL
    - debian/sysdeps/m68k.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-04 21:24:27 UTC 
(rev 1468)
+++ glibc-package/branches/glibc-2.4/debian/changelog   2006-05-04 22:07:13 UTC 
(rev 1469)
@@ -20,6 +20,9 @@
     - Add any/local-bashisms.diff: fix invalid test operator (==)
       in run-iconv-test.sh
     - debian/rules.d/build.mk: don't try to build html documentation.
+    - debian/sysdeps/hppa.mk: build with linuxthreads instead of NPTL
+    - debian/sysdeps/ia64.mk: build with linuxthreads instead of NPTL
+    - debian/sysdeps/m68k.mk: build with linuxthreads instead of NPTL
 
   [ Denis Barbier ]
     - Remove complex-collate.diff (merged upstream).

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk     2006-05-04 
21:24:27 UTC (rev 1468)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk     2006-05-04 
22:07:13 UTC (rev 1469)
@@ -9,3 +9,4 @@
 ln -sf /usr/include debian/$(curpass)/usr/hppa64-linux-gnu/include
 endef
 
+libc_extra_config_options = $(extra_config_options) --without-__thread 
--disable-sanity-checks

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/ia64.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/ia64.mk     2006-05-04 
21:24:27 UTC (rev 1468)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/ia64.mk     2006-05-04 
22:07:13 UTC (rev 1469)
@@ -2,3 +2,4 @@
 
 libc = libc6.1
 
+libc_extra_config_options = $(extra_config_options) --without-__thread 
--disable-sanity-checks

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk     2006-05-04 
21:24:27 UTC (rev 1468)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk     2006-05-04 
22:07:13 UTC (rev 1469)
@@ -5,3 +5,4 @@
 CC = gcc-3.4
 BUILD_CC = gcc-3.4
 
+libc_extra_config_options = $(extra_config_options) --without-__thread 
--disable-sanity-checks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to