summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2010-06-18 10:13:17 +0000
committerMagnus Granberg <zorry@gentoo.org>2010-06-18 10:13:17 +0000
commitb5e599611a10c040c3f631445c09e523746169fc (patch)
tree1b88cd8aac59b121a70f38673953be1411652ff5 /eclass/toolchain.eclass
parentVersion bump (diff)
downloadhistorical-b5e599611a10c040c3f631445c09e523746169fc.tar.gz
historical-b5e599611a10c040c3f631445c09e523746169fc.tar.bz2
historical-b5e599611a10c040c3f631445c09e523746169fc.zip
Move IUSE SPECS_VER and nossp to gcc 4.4
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass7
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 2db2045c4e2b..9d6239317367 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.428 2010/06/18 01:03:12 zorry Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.429 2010/06/18 10:13:17 zorry Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -159,7 +159,10 @@ else
tc_version_is_at_least "4.1" && IUSE="${IUSE} objc++"
tc_version_is_at_least "4.2" && IUSE="${IUSE} openmp"
tc_version_is_at_least "4.3" && IUSE="${IUSE} fixed-point"
- tc_version_is_at_least "4.4" && IUSE="${IUSE} graphite"
+ if tc_version_is_at_least "4.4" ; then
+ IUSE="${IUSE} graphite"
+ [[ -n ${SPECS_VER} ]] && IUSE="${IUSE} nossp"
+ fi
tc_version_is_at_least "4.5" && IUSE="${IUSE} lto"
fi
fi