summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2010-12-29 07:31:43 +0000
committerRyan Hill <rhill@gentoo.org>2010-12-29 07:31:43 +0000
commitaf1c12bbb4e607269ef27f6cb71396f0d8a4284a (patch)
treeca2b004e4bc2377f7856fb292213af36c4014fca /eclass
parentVersion bump, fixes security issue #339938, thank Tim Sammut for report. (diff)
downloadhistorical-af1c12bbb4e607269ef27f6cb71396f0d8a4284a.tar.gz
historical-af1c12bbb4e607269ef27f6cb71396f0d8a4284a.tar.bz2
historical-af1c12bbb4e607269ef27f6cb71396f0d8a4284a.zip
Disable PPL version checking to prevent bailing out with ppl-0.11.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass9
1 files changed, 6 insertions, 3 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 5b986548e541..bc5a151cde09 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.443 2010/11/21 21:26:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.444 2010/12/29 07:31:43 dirtyepic Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -1328,9 +1328,12 @@ gcc_do_configure() {
# graphite support was added in 4.4, which depends upon external libraries
# for optimizations. This option allows users to determine if they want
- # these optimizations and libraries pulled in
+ # these optimizations and libraries pulled in. We disable the version check
+ # so we can use >=ppl-0.11
tc_version_is_at_least "4.4" && \
- confgcc="${confgcc} $(use_with graphite ppl) $(use_with graphite cloog)"
+ confgcc="${confgcc} $(use_with graphite ppl)
+ $(use_with graphite cloog)
+ --disable-ppl-version-check"
# lto support was added in 4.5, which depends upon elfutils. This allows
# users to enable that option, and pull in the additional library