summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2013-01-15 02:30:53 +0000
committerRyan Hill <dirtyepic@gentoo.org>2013-01-15 02:30:53 +0000
commitd6135b5e5334ddb16a124815faade4d47554d291 (patch)
treec104fb91113cab64a7c2f2d5b09fe9b5221d9305 /eclass/toolchain.eclass
parentPatchset 1.10. Backport patch to fix ICE on arm (bug #401561). (diff)
downloadgentoo-2-d6135b5e5334ddb16a124815faade4d47554d291.tar.gz
gentoo-2-d6135b5e5334ddb16a124815faade4d47554d291.tar.bz2
gentoo-2-d6135b5e5334ddb16a124815faade4d47554d291.zip
Drop go support for 4.6 - broken by newer glibc versions and upstream recommends it not be used.
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 14a1a353afcc..783c29fe5378 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.566 2012/12/29 06:45:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.567 2013/01/15 02:30:53 dirtyepic Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -115,7 +115,7 @@ if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then
tc_version_is_at_least "4.3" && IUSE+=" fixed-point"
tc_version_is_at_least "4.4" && IUSE+=" graphite"
[[ ${GCC_BRANCH_VER} == 4.5 ]] && IUSE+=" lto"
- tc_version_is_at_least "4.6" && IUSE+=" go"
+ tc_version_is_at_least "4.7" && IUSE+=" go"
fi
fi