From 466c07b6916dc66907e7e48fc2c0667ba6cd287d Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Sat, 3 Mar 2012 02:47:11 +0000 Subject: Update comment about cloog/cloog-ppl. --- eclass/toolchain.eclass | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'eclass') diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 12903bfeecb0..a4d267856cde 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.520 2012/03/03 02:29:41 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.521 2012/03/03 02:47:11 dirtyepic Exp $ # # Maintainer: Toolchain Ninjas @@ -1058,9 +1058,13 @@ gcc_do_configure() { tc_version_is_at_least "4.3" && confgcc+=" $(use_enable fixed-point)" # Graphite support was added in 4.4, which depends on external libraries - # for optimizations. Up to 4.6 we use cloog-ppl (cloog fork with Parma PPL - # backend). Later versions will use upstream cloog with the ISL backend. We - # disable the PPL version check so we can use >=ppl-0.11. + # for optimizations. Current versions use cloog-ppl (cloog fork with Parma + # PPL backend). Sometime in the future we will use upstream cloog with the + # ISL backend (note: PPL will still be a requirement). cloog-ppl's include + # path was modified to prevent collisions between the two packages (library + # names are different). + # + # We disable the PPL version check so we can use >=ppl-0.11. if tc_version_is_at_least "4.4"; then confgcc+=" $(use_with graphite ppl)" confgcc+=" $(use_with graphite cloog)" -- cgit v1.2.3-65-gdbad