summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-08 06:19:21 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-08 06:19:21 +0000
commit8e334d15d10b7979ff9376d6a953f119b8c7dadf (patch)
tree98be88a94adb21011c484c3907ec51bdb02f4858 /sys-libs
parentremove asm386 for non-x86 archs (diff)
downloadgentoo-2-8e334d15d10b7979ff9376d6a953f119b8c7dadf.tar.gz
gentoo-2-8e334d15d10b7979ff9376d6a953f119b8c7dadf.tar.bz2
gentoo-2-8e334d15d10b7979ff9376d6a953f119b8c7dadf.zip
welcome back nptl
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog5
-rw-r--r--sys-libs/glibc/glibc-2.3.2-r9.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index acf475ce2e1a..de88beca9088 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.122 2004/01/26 16:14:28 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.123 2004/02/08 06:19:21 vapier Exp $
+
+ 19 Jan 2004; Mike Frysinger <vapier@gentoo.org> glibc-2.3.2-r9.ebuild :
+ Add back in nptl support since gcc-3.3.2-r5 is now stable.
*glibc-2.3.3_pre20040117-r1 (26 Jan 2004)
diff --git a/sys-libs/glibc/glibc-2.3.2-r9.ebuild b/sys-libs/glibc/glibc-2.3.2-r9.ebuild
index 5da6bd3418f3..04920758d4d0 100644
--- a/sys-libs/glibc/glibc-2.3.2-r9.ebuild
+++ b/sys-libs/glibc/glibc-2.3.2-r9.ebuild
@@ -1,8 +1,8 @@
# 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.2-r9.ebuild,v 1.14 2004/01/20 00:48:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r9.ebuild,v 1.15 2004/02/08 06:19:21 vapier Exp $
-IUSE="nls pic build"
+IUSE="nls pic build nptl"
inherit eutils flag-o-matic gcc
@@ -62,6 +62,7 @@ LICENSE="LGPL-2"
# We need new cleanup attribute support from gcc for NPTL among things ...
DEPEND=">=sys-devel/gcc-3.2.3-r1
+ x86? ( nptl? ( >=sys-devel/gcc-3.3.1-r1 ) )
>=sys-devel/binutils-2.14.90.0.6-r1
hppa? ( >=sys-kernel/hppa-headers-2.4.21_p13 ) : ( virtual/os-headers )
nls? ( sys-devel/gettext )"
@@ -126,8 +127,6 @@ get_KHV() {
}
use_nptl() {
- return 1
-
# Enable NPTL support if:
# - We have 'nptl' in USE
# - We have linux-2.5 or later kernel (should prob check for 2.4.20 ...)