diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-24 07:18:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-24 07:18:42 +0000 |
commit | 57049900f4b01f0405896ae92fa386095974b8e5 (patch) | |
tree | e371dba28bb4c8b9feb9e6d03b5cf0c105d8c825 /sys-libs | |
parent | switch over to econf (diff) | |
download | gentoo-2-57049900f4b01f0405896ae92fa386095974b8e5.tar.gz gentoo-2-57049900f4b01f0405896ae92fa386095974b8e5.tar.bz2 gentoo-2-57049900f4b01f0405896ae92fa386095974b8e5.zip |
remove linuxthreads-tls cruft
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.4-r2.ebuild b/sys-libs/glibc/glibc-2.4-r2.ebuild index b5292fb87907..6454e141804f 100644 --- a/sys-libs/glibc/glibc-2.4-r2.ebuild +++ b/sys-libs/glibc/glibc-2.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4-r2.ebuild,v 1.14 2006/04/22 18:58:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4-r2.ebuild,v 1.15 2006/04/24 07:18:42 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -861,7 +861,7 @@ glibc_do_configure() { if want_tls ; then myconf="${myconf} --with-tls" - if want__thread && use linuxthreads-tls ; then + if want__thread ; then myconf="${myconf} --with-__thread" else myconf="${myconf} --without-__thread" |