summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2010-07-04 01:44:11 +0000
committerMagnus Granberg <zorry@gentoo.org>2010-07-04 01:44:11 +0000
commit6f7668c04414a4ff17c178539af720b4daa77d58 (patch)
tree170dc83c81db9c83abbcea75cdab8149bc716afb /eclass/toolchain.eclass
parentVersion bump. Set SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-6f7668c04414a4ff17c178539af720b4daa77d58.tar.gz
gentoo-2-6f7668c04414a4ff17c178539af720b4daa77d58.tar.bz2
gentoo-2-6f7668c04414a4ff17c178539af720b4daa77d58.zip
fix #326753 thanks vapier
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 0912e3f9edbc..041b63690ee2 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.431 2010/06/27 03:54:36 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.432 2010/07/04 01:44:11 zorry Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -510,7 +510,9 @@ want_pie() {
}
want_ssp() { _want_stuff PP_VER !nossp ; }
+# SPLIT_SPECS are deprecated for >=GCC 4.4
want_split_specs() {
+ tc_version_is_at_least 4.4 && return 1
[[ ${SPLIT_SPECS} == "true" ]] && want_pie
}
want_minispecs() {