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 <[EMAIL PROTECTED]>  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


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

Reply via email to