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

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



Author: aurel32
Date: 2006-08-11 23:16:19 +0000 (Fri, 11 Aug 2006)
New Revision: 1719

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk
Log:
Switch hppa to linuxthreads, until binutils and gcc have TLS support.



Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-08-11 20:18:07 UTC (rev 1718)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-08-11 23:16:19 UTC (rev 1719)
@@ -23,8 +23,8 @@
     - 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: use ports add-on
-    - debian/sysdeps/m68k.mk: use ports add-on
+    - debian/sysdeps/hppa.mk: use ports and linuxthreads add-ons
+    - debian/sysdeps/m68k.mk: use ports and linuxthreads add-ons
     - debian/sysdeps/mips.mk: use ports add-on
     - debian/sysdeps/mipsel.mk: use ports add-on
     - debian/sysdeps/arm.mk: use ports add-on

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk	2006-08-11 20:18:07 UTC (rev 1718)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk	2006-08-11 23:16:19 UTC (rev 1719)
@@ -1,4 +1,5 @@
-libc_add-ons = ports nptl $(add-ons)
+libc_add-ons = ports linuxthreads $(add-ons)
+libc_extra_config_options = $(extra_config_options) --disable-sanity-checks
 
 # hppa64 needs symlink /usr/hppa64-linux/include to /usr/include
 # (See: Bug#239020)  In future we may drop this file with supporting hppa64.



Reply to: