diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-02 04:55:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-02 04:55:51 +0000 |
commit | 302cfc22e7a8e602c74d53977fe3cd030cdf4fc0 (patch) | |
tree | 5b29b850613f22571b4aaf9948cffb927a61e415 /sys-libs/glibc | |
parent | lcd_devices_graphlcd like the other sparc profiles (diff) | |
download | gentoo-2-302cfc22e7a8e602c74d53977fe3cd030cdf4fc0.tar.gz gentoo-2-302cfc22e7a8e602c74d53977fe3cd030cdf4fc0.tar.bz2 gentoo-2-302cfc22e7a8e602c74d53977fe3cd030cdf4fc0.zip |
allow hppa in want_nptl() now ... patches are coming
(Portage version: 2.1.2-r5)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.5.ebuild b/sys-libs/glibc/glibc-2.5.ebuild index 4366d77640a7..f353ee98ca7a 100644 --- a/sys-libs/glibc/glibc-2.5.ebuild +++ b/sys-libs/glibc/glibc-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5.ebuild,v 1.23 2007/01/29 07:33:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5.ebuild,v 1.24 2007/02/02 04:55:51 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -742,7 +742,7 @@ want_nptl() { # Only list the arches that cannot do NPTL case $(tc-arch) in - hppa|m68k) return 1;; + m68k) return 1;; sparc) # >= v9 is needed for nptl. [[ ${PROFILE_ARCH} == "sparc" ]] && return 1 |