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

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



Author: gotom
Date: 2005-08-03 20:17:01 +0000 (Wed, 03 Aug 2005)
New Revision: 985

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/alpha.mk
Log:
Use --with-tls on alpha.  It's not tested yet, but it should be worked.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-08-03 20:15:01 UTC (rev 984)
+++ glibc-package/trunk/debian/changelog	2005-08-03 20:17:01 UTC (rev 985)
@@ -19,7 +19,8 @@
         dl-machine.h.
       - debian/patches/glibc235-gcc4-alpha-profile.dpatch: New file, fix
         alpha compilation breakage by removing strong_alias.
-      - debian/sysdeps/alpha.mk: Disabled TLS for static linked executables.
+      - debian/sysdeps/alpha.mk: Disabled __thread for static linked
+        executables.
       - debian/control.in/main: Update Build-Depends: binutils for m68k.
       - debian/control.in/main: Add Build-Depends: gcc-3.4 for powerpc and
         m68k.

Modified: glibc-package/trunk/debian/sysdeps/alpha.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/alpha.mk	2005-08-03 20:15:01 UTC (rev 984)
+++ glibc-package/trunk/debian/sysdeps/alpha.mk	2005-08-03 20:17:01 UTC (rev 985)
@@ -5,4 +5,4 @@
 RUN_TESTSUITE = no
 
 # disabled for static linked pthread programs.
-libc_extra_config_options = $(extra_config_options) --without-tls --without-__thread
+libc_extra_config_options = $(extra_config_options) --with-tls --without-__thread



Reply to: