diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-05-29 22:05:02 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-05-29 22:05:02 +0000 |
commit | 071dd60fdec7db5039e04d82c5c4562c4b9b53d8 (patch) | |
tree | a8746f01523d417e95051861f4bd504253dae506 /eclass/toolchain.eclass | |
parent | Stable on SPARC wrt bug #132213. (diff) | |
download | gentoo-2-071dd60fdec7db5039e04d82c5c4562c4b9b53d8.tar.gz gentoo-2-071dd60fdec7db5039e04d82c5c4562c4b9b53d8.tar.bz2 gentoo-2-071dd60fdec7db5039e04d82c5c4562c4b9b53d8.zip |
Put ip32r10k into 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 65ce34e5be7d..513bfd699131 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -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/eclass/toolchain.eclass,v 1.284 2006/05/27 06:05:02 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.285 2006/05/29 22:05:02 kumba Exp $ HOMEPAGE="http://gcc.gnu.org/" LICENSE="GPL-2 LGPL-2.1" @@ -142,7 +142,7 @@ else # gcc-{nios2,bfin} don't accept these if [[ ${PN} == "gcc" ]] ; then - IUSE="${IUSE} ip28 n32 n64" + IUSE="${IUSE} ip28 ip32r10k n32 n64" fi # these are features introduced in 4.0 |