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

r1445 - in glibc-package/trunk/debian: . sysdeps



Author: aurel32
Date: 2006-04-18 12:21:25 +0000 (Tue, 18 Apr 2006)
New Revision: 1445

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/i386.mk
Log:
  * sysdeps/i386.mk: build glibc with --with-__thread on i386.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-04-15 14:29:44 UTC (rev 1444)
+++ glibc-package/trunk/debian/changelog	2006-04-18 12:21:25 UTC (rev 1445)
@@ -7,6 +7,7 @@
     translation) by Guilherme de S. Pastore.  (Closes: #319422)
   * Add hurd-i386/local-mlock.diff (fix mlock on Hurd/Mach), by Samuel
     Thibault.  (Closes: #349204)
+  * sysdeps/i386.mk: build glibc with --with-__thread on i386.
 
   [ Denis Barbier ]
   * Preserve hard links when compiling the locales-all package, this reduces

Modified: glibc-package/trunk/debian/sysdeps/i386.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/i386.mk	2006-04-15 14:29:44 UTC (rev 1444)
+++ glibc-package/trunk/debian/sysdeps/i386.mk	2006-04-18 12:21:25 UTC (rev 1445)
@@ -3,7 +3,6 @@
 
 # Starting with libc6 2.3.6-6 TLS support is enabled
 libc6_shlib_dep = libc6 (>= 2.3.6-6)
-libc_extra_config_options = $(extra_config_options) --without-__thread
 
 # NPTL requires at least i486 assembly.  We don't need to take
 # special measures for i386 systems, since Debian kernel images now



Reply to: