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

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



Author: aurel32
Date: 2006-05-28 21:11:10 +0000 (Sun, 28 May 2006)
New Revision: 1565

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/sysdeps/arm.mk
   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/linux.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/sparc.mk
Log:
  * debian/sysdeps/{arm,m68k,hppa}.mk: disable TLS (as on 2.3.6).



Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-05-28 20:33:13 UTC (rev 1564)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-05-28 21:11:10 UTC (rev 1565)
@@ -99,6 +99,7 @@
   * debian/sysdeps/mips(el).mk: disable TLS (as on 2.3.6).
   * Add any/local-__thread.diff (make glibc buildable without __thread support)
     from Michael Bank.  (Closes: #361064)
+  * debian/sysdeps/{arm,m68k,hppa}.mk: disable TLS (as on 2.3.6).
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 28 May 2006 03:28:14 +0200
 

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/arm.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/arm.mk	2006-05-28 20:33:13 UTC (rev 1564)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/arm.mk	2006-05-28 21:11:10 UTC (rev 1565)
@@ -1,4 +1,4 @@
-libc_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
+libc_extra_config_options = $(extra_config_options) --without-tls --disable-sanity-checks
 libc_add-ons = ports linuxthreads $(add-ons)
 
 # udeb Config

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk	2006-05-28 20:33:13 UTC (rev 1564)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk	2006-05-28 21:11:10 UTC (rev 1565)
@@ -1,4 +1,4 @@
-libc_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
+libc_extra_config_options = $(extra_config_options) --without-tls --disable-sanity-checks
 libc_add-ons = ports linuxthreads $(add-ons)
 
 # hppa64 needs symlink /usr/hppa64-linux/include to /usr/include

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/ia64.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/ia64.mk	2006-05-28 20:33:13 UTC (rev 1564)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/ia64.mk	2006-05-28 21:11:10 UTC (rev 1565)
@@ -1,5 +1,5 @@
 libc = libc6.1
-libc_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
+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 20:33:13 UTC (rev 1564)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/linux.mk	2006-05-28 21:11:10 UTC (rev 1565)
@@ -23,7 +23,7 @@
 #udeb_extra_cflags = -Os
 udeb_MIN_KERNEL_SUPPORTED = 2.6.1
 udeb_add-ons = linuxthreads $(add-ons)
-udeb_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
+udeb_extra_config_options = $(extra_config_options) --disable-sanity-checks
 
 # NPTL Config
 nptl_add-ons = nptl $(add-ons)

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk	2006-05-28 20:33:13 UTC (rev 1564)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk	2006-05-28 21:11:10 UTC (rev 1565)
@@ -2,5 +2,5 @@
 
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
 
-libc_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
+libc_extra_config_options = $(extra_config_options) --without-tls --disable-sanity-checks
 libc_add-ons = ports linuxthreads $(add-ons)

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk	2006-05-28 20:33:13 UTC (rev 1564)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/powerpc.mk	2006-05-28 21:11:10 UTC (rev 1565)
@@ -1,4 +1,4 @@
-libc_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
+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 20:33:13 UTC (rev 1564)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/sparc.mk	2006-05-28 21:11:10 UTC (rev 1565)
@@ -1,4 +1,4 @@
-libc_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
+libc_extra_config_options = $(extra_config_options) --disable-sanity-checks
 
 # udeb Config
 udeb_extra_cflags = -Os



Reply to: