summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-05-02 23:44:39 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-05-02 23:44:39 (GMT)
commit7c41f73b7f87339985f851b4cdadcc31751e8c02 (patch)
tree43085f18d6f360f395ca5edfbe045d4bb69c8888 /config/cc/gcc.in
parente88cdd6e27b64b3dcc6cba88cdd645c642279421 (diff)
complibs: Update requirements for gcc-5.1
"The Graphite framework for loop optimizations no longer requires the CLooG library, only ISL version 0.14 (recommended) or 0.12.2. The installation manual contains more information about requirements to build GCC." This change helps to avoid version badness. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r--config/cc/gcc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index e0dfc7e..a91e143 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -454,7 +454,7 @@ config CC_GCC_USE_GRAPHITE
bool
default y
depends on CC_GCC_HAS_GRAPHITE
- select CLOOG_NEEDED
+ select CLOOG_NEEDED if !CC_GCC_5_1_or_later
select PPL_NEEDED if !CC_GCC_4_8_or_later
select ISL_NEEDED if CC_GCC_4_8_or_later
help