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

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



Author: aurel32
Date: 2006-05-29 09:23:32 +0000 (Mon, 29 May 2006)
New Revision: 1575

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/m32r.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/mips.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/mipsel.mk
Log:
As Ulrich said on libc-alpha, the glibc 2.4 does not build without TLS. Remove the --without-tls argument



Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-05-29 07:13:06 UTC (rev 1574)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-05-29 09:23:32 UTC (rev 1575)
@@ -98,10 +98,8 @@
   * Add sparc/local-fork.diff (use fork.c instead of fork.S).
   * Add sparc/local-sysdep.diff (pull in __syscall_error routine when 
     building with linuxthreads).
-  * 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).
   * debian/debhelper.in/libc.postinst: add /etc/ld.so.conf.d/ support.
   * Drop any/local-ldconfig-multiarch.diff, use /etc/ld.so.conf.d/ to 
     configure multiarch libraries.

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/arm.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/arm.mk	2006-05-29 07:13:06 UTC (rev 1574)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/arm.mk	2006-05-29 09:23:32 UTC (rev 1575)
@@ -1,4 +1,3 @@
-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-29 07:13:06 UTC (rev 1574)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/hppa.mk	2006-05-29 09:23:32 UTC (rev 1575)
@@ -1,4 +1,3 @@
-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/m32r.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/m32r.mk	2006-05-29 07:13:06 UTC (rev 1574)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/m32r.mk	2006-05-29 09:23:32 UTC (rev 1575)
@@ -1,3 +1,2 @@
 libc_MIN_KERNEL_SUPPORTED = 2.6.9
 libc_add-ons = ports linuxthreads $(add-ons)
-libc_extra_config_options = $(extra_config_options) --without-tls

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk	2006-05-29 07:13:06 UTC (rev 1574)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/m68k.mk	2006-05-29 09:23:32 UTC (rev 1575)
@@ -1,6 +1,5 @@
 MIN_KERNEL_SUPPORTED := 2.4.1
 
-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/mips.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/mips.mk	2006-05-29 07:13:06 UTC (rev 1574)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/mips.mk	2006-05-29 09:23:32 UTC (rev 1575)
@@ -1,4 +1,3 @@
-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/mipsel.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/mipsel.mk	2006-05-29 07:13:06 UTC (rev 1574)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/mipsel.mk	2006-05-29 09:23:32 UTC (rev 1575)
@@ -1,4 +1,3 @@
-libc_extra_config_options = $(extra_config_options) --without-tls --disable-sanity-checks
 libc_add-ons = ports linuxthreads $(add-ons)
 
 # udeb Config



Reply to: