diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-03-05 23:24:04 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-03-05 23:24:04 +0000 |
commit | dbe4913f1e49aa9be566fd0655d6f93b72d8b489 (patch) | |
tree | 74153c3e832150303a45314720e3b5f13c05c596 /sys-libs | |
parent | added grsec support (diff) | |
download | gentoo-2-dbe4913f1e49aa9be566fd0655d6f93b72d8b489.tar.gz gentoo-2-dbe4913f1e49aa9be566fd0655d6f93b72d8b489.tar.bz2 gentoo-2-dbe4913f1e49aa9be566fd0655d6f93b72d8b489.zip |
Fixed want_linuxthreads logic.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild index 543062fd43d8..5d6f14028344 100644 --- a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.11 2005/03/05 22:31:27 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.12 2005/03/05 23:24:04 eradicator Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -732,14 +732,10 @@ want_nptl() { return 1 } - want_linuxthreads() { - ! use nptlonly && return 0 - want_nptl || return 0 - return 1 + ! use nptlonly } - want_tls() { # Archs that can use TLS (Thread Local Storage) case $(tc-arch) in |