diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-17 01:46:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-17 01:46:37 +0000 |
commit | 2284f5e6a1ab35da36598dc1af3c2ccd399ad716 (patch) | |
tree | 4b99c05199f1a128f766f108e3ea3dc0f0424af4 /sys-libs | |
parent | Upstream re-released the file with different timestamps. (diff) | |
download | gentoo-2-2284f5e6a1ab35da36598dc1af3c2ccd399ad716.tar.gz gentoo-2-2284f5e6a1ab35da36598dc1af3c2ccd399ad716.tar.bz2 gentoo-2-2284f5e6a1ab35da36598dc1af3c2ccd399ad716.zip |
inform user that i386 CHOSTs suck #126376 by Ed Catmur
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.4.ebuild b/sys-libs/glibc/glibc-2.4.ebuild index 618127604926..0f2424bfda16 100644 --- a/sys-libs/glibc/glibc-2.4.ebuild +++ b/sys-libs/glibc/glibc-2.4.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.ebuild,v 1.9 2006/03/15 02:40:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4.ebuild,v 1.10 2006/03/17 01:46:37 vapier Exp $ # TODO: # - fix warning from glibc build system: @@ -1118,6 +1118,7 @@ fi pkg_setup() { if want_linuxthreads ; then ewarn "glibc-2.4 is nptl-only!" + [[ ${CHOST} == i386-* ]] && eerror "NPTL requires a CHOST of i486 or better" die "please add USE='nptl nptlonly' to make.conf" fi |