diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-11 13:16:06 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-11 13:16:06 +0000 |
commit | ef7e0d5b1d41407a93f9d2016afa92fa4062aa15 (patch) | |
tree | b44154a67219981d2c3e7fcc2dc22269871df924 /eclass/toolchain.eclass | |
parent | emul-linux-x86 fixes. Closes bug #73084. (Manifest recommit) (diff) | |
download | gentoo-2-ef7e0d5b1d41407a93f9d2016afa92fa4062aa15.tar.gz gentoo-2-ef7e0d5b1d41407a93f9d2016afa92fa4062aa15.tar.bz2 gentoo-2-ef7e0d5b1d41407a93f9d2016afa92fa4062aa15.zip |
Added emul-linux-x86 to IUSE.
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
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 |