gcc: add cloog-0.18 support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-01-12 18:06:54 +01:00
parent 71c10f0670
commit 854fee4321

View File

@ -7,8 +7,8 @@ diff -Naur gcc-4.6-20120120-orig/configure gcc-4.6-20120120/configure
if test "${cloog_org}" = yes ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
-$as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17 of CLooG" >&5
+$as_echo_n "checking for version 0.17 of CLooG... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.18 of CLooG" >&5
+$as_echo_n "checking for version 0.18 of CLooG... " >&6; }
if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
$as_echo_n "(cached) " >&6
else
@ -18,7 +18,7 @@ diff -Naur gcc-4.6-20120120-orig/configure gcc-4.6-20120120/configure
#if CLOOG_VERSION_MAJOR != 0 \
- || CLOOG_VERSION_MINOR != 16 \
- || CLOOG_VERSION_REVISION < 1
+ || CLOOG_VERSION_MINOR != 17
+ || CLOOG_VERSION_MINOR != 18
choke me
#endif
;