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

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



Author: gotom
Date: 2005-07-28 02:30:11 +0000 (Thu, 28 Jul 2005)
New Revision: 974

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/alpha.mk
Log:
      - debian/sysdeps/alpha.mk: Disabled TLS for static linked executables.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-07-28 02:29:14 UTC (rev 973)
+++ glibc-package/trunk/debian/changelog	2005-07-28 02:30:11 UTC (rev 974)
@@ -18,6 +18,7 @@
       - debian/patches/glibc235-gcc4-s390-inline.dpatch: New file, fix s390
         compilation breakage by changing static inline to auto inline for
         dl-machine.h.
+      - debian/sysdeps/alpha.mk: Disabled TLS for static linked executables.
 
     * To make glibc-2.3.5 buildable with gcc-3.4:
       - debian/sysdeps/m68k.mk: New file, to use gcc-3.4 as CC and BUILD_CC

Modified: glibc-package/trunk/debian/sysdeps/alpha.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/alpha.mk	2005-07-28 02:29:14 UTC (rev 973)
+++ glibc-package/trunk/debian/sysdeps/alpha.mk	2005-07-28 02:30:11 UTC (rev 974)
@@ -3,3 +3,6 @@
 # disabled because alpha linuxthreads ex7, ex9, ex10, ex18 stopps eternally
 # even if TIMEOUTSCALE is set - SIGALRM from the program is just ignored.
 RUN_TESTSUITE = no
+
+# disabled for static linked pthread programs.
+libc_extra_config_options = $(extra_config_options) --without-tls --without-__thread



Reply to: