diff options
author | Travis Tilley <lv@gentoo.org> | 2004-06-04 18:20:59 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-06-04 18:20:59 +0000 |
commit | 7c939f7cfd20508571b17d2912539a27b88d3e8c (patch) | |
tree | 54bcc5015eddfbf920caaf70ccc04c6c6229ff4e /sys-libs | |
parent | reverse eccidentally commited patches (diff) | |
download | historical-7c939f7cfd20508571b17d2912539a27b88d3e8c.tar.gz historical-7c939f7cfd20508571b17d2912539a27b88d3e8c.tar.bz2 historical-7c939f7cfd20508571b17d2912539a27b88d3e8c.zip |
remove --with-tls, as it causes problems on i586 and i486
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.3_pre20040529.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.3.3_pre20040529.ebuild b/sys-libs/glibc/glibc-2.3.3_pre20040529.ebuild index e64660cd96e9..78e3f5538fe0 100644 --- a/sys-libs/glibc/glibc-2.3.3_pre20040529.ebuild +++ b/sys-libs/glibc/glibc-2.3.3_pre20040529.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3_pre20040529.ebuild,v 1.10 2004/06/04 15:15:51 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3_pre20040529.ebuild,v 1.11 2004/06/04 18:20:59 lv Exp $ IUSE="nls pic build nptl erandom hardened multilib" @@ -531,8 +531,6 @@ src_compile() { else myconf="${myconf} --without-__thread \ --enable-add-ons=linuxthreads" - use build && myconf="${myconf} --without-tls" || \ - myconf="${myconf} --with-tls" # If we build for the build system we use the kernel headers from the target # We also now set it without "build" as well, else it might use the |