diff --git a/packages/toolchain/lang/gcc/patches/gcc-4.7.2-cloog-0.17.patch b/packages/toolchain/lang/gcc/patches/gcc-4.7.2-cloog-0.17.patch index 4b851aaaeb..49d43f1a0e 100644 --- a/packages/toolchain/lang/gcc/patches/gcc-4.7.2-cloog-0.17.patch +++ b/packages/toolchain/lang/gcc/patches/gcc-4.7.2-cloog-0.17.patch @@ -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 ;