summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-01-11 13:16:06 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-01-11 13:16:06 +0000
commit491ba0c7b5324c081ad622513284af9f59544435 (patch)
tree741bfa405e1e099e19a635731a5d47b53074cbc7 /eclass
parentemul-linux-x86 fixes. Closes bug #73084. (diff)
downloadhistorical-491ba0c7b5324c081ad622513284af9f59544435.tar.gz
historical-491ba0c7b5324c081ad622513284af9f59544435.tar.bz2
historical-491ba0c7b5324c081ad622513284af9f59544435.zip
Added emul-linux-x86 to 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 394329b9118f..630f894cdd14 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.74 2005/01/11 12:07:43 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.75 2005/01/11 13:16:06 eradicator Exp $
HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
LICENSE="GPL-2 LGPL-2.1"
@@ -108,7 +108,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"
+ IUSE="static nls bootstrap build multislot multilib gcj gtk fortran nocxx objc hardened uclibc n32 n64 ip28 emul-linux-x86"
if [ -n "${HTB_VER}" ] ; then
IUSE="${IUSE} boundschecking"
fi