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

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



Author: aurel32
Date: 2006-05-28 19:54:48 +0000 (Sun, 28 May 2006)
New Revision: 1562

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/sysdeps/mips.mk
   glibc-package/branches/glibc-2.4/debian/sysdeps/mipsel.mk
Log:
  * debian/sysdeps/mips(el).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 19:53:16 UTC (rev 1561)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-05-28 19:54:48 UTC (rev 1562)
@@ -94,6 +94,7 @@
   * 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).
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 28 May 2006 03:28:14 +0200
 

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/mips.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/mips.mk	2006-05-28 19:53:16 UTC (rev 1561)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/mips.mk	2006-05-28 19:54:48 UTC (rev 1562)
@@ -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/mipsel.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/mipsel.mk	2006-05-28 19:53:16 UTC (rev 1561)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/mipsel.mk	2006-05-28 19:54:48 UTC (rev 1562)
@@ -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



Reply to: