summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-01-18 06:14:46 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-01-18 06:14:46 +0000
commit8d58ccaaf56bf2d32ed52a0539a9e3c40dc376a7 (patch)
tree4c9f5c9ae370833232bc4fa0196284ef15c4e71e /eclass
parentAdded use_multilib and using it in place of 'use multilib' since newer multil... (diff)
downloadgentoo-2-8d58ccaaf56bf2d32ed52a0539a9e3c40dc376a7.tar.gz
gentoo-2-8d58ccaaf56bf2d32ed52a0539a9e3c40dc376a7.tar.bz2
gentoo-2-8d58ccaaf56bf2d32ed52a0539a9e3c40dc376a7.zip
Removing emul-linux-x86 from IUSE.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 1aa3621e9cd5..a31121ef4533 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -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/eclass/toolchain.eclass,v 1.88 2005/01/18 06:05:21 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.89 2005/01/18 06:14:46 eradicator Exp $
HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
LICENSE="GPL-2 LGPL-2.1"
@@ -116,7 +116,7 @@ if [[ ${ETYPE} == "gcc-library" ]] ; then
IUSE="nls build uclibc"
SLOT="${CTARGET}-${SO_VERSION_SLOT:-5}"
else
- IUSE="static nls bootstrap build multislot multilib gcj gtk fortran nocxx objc hardened uclibc n32 n64 ip28 emul-linux-x86"
+ IUSE="static nls bootstrap build multislot multilib gcj gtk fortran nocxx objc hardened uclibc n32 n64 ip28"
[[ -n ${HTB_VER} ]] && IUSE="${IUSE} boundschecking"
# Support upgrade paths here or people get pissed
if use multislot ; then