From 7c41f73b7f87339985f851b4cdadcc31751e8c02 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Sat, 2 May 2015 16:44:39 -0700 Subject: 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 --- config/cc/gcc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/cc') diff --git a/config/cc/gcc.in b/config/cc/gcc.in index e0dfc7ee..a91e1431 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 -- cgit v1.2.3