[Lunar-commits] r17829 - moonbase/trunk/libs/glibc

Terry Chan tchan at lunar-linux.org
Wed Dec 28 06:36:50 UTC 2005


Author: tchan
Date: 2005-12-28 06:36:49 +0000 (Wed, 28 Dec 2005)
New Revision: 17829

Modified:
   moonbase/trunk/libs/glibc/BUILD.sparc64
Log:
Yes, I added --without-tls to the sparc64 glibc/BUILD.sparc64 script.
glibc-2.3.6 wouldn't build statically-linked binaries anymore. sofar
correctly pointed out that I also added --without-__thread to the regular glibc
BUILD script a while back -- and both of of these configure options (when used
together) ensure compatibility with older binaries.


Modified: moonbase/trunk/libs/glibc/BUILD.sparc64
===================================================================
--- moonbase/trunk/libs/glibc/BUILD.sparc64	2005-12-28 06:18:15 UTC (rev 17828)
+++ moonbase/trunk/libs/glibc/BUILD.sparc64	2005-12-28 06:36:49 UTC (rev 17829)
@@ -34,6 +34,7 @@
                --with-elf                              \
                --with-headers=${KERNEL_HEADERS}        \
                --with-gd=no                            \
+               --without-tls                           \
                --without-__thread                      \
                --without-cvs                           \
                --enable-shared                         \



More information about the Lunar-commits mailing list