mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
gcc: add cloog-0.18 support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
71c10f0670
commit
854fee4321
@ -7,8 +7,8 @@ diff -Naur gcc-4.6-20120120-orig/configure gcc-4.6-20120120/configure
|
|||||||
if test "${cloog_org}" = yes ; then
|
if test "${cloog_org}" = yes ; then
|
||||||
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
|
- { $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_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 "$as_me:${as_lineno-$LINENO}: checking for version 0.18 of CLooG" >&5
|
||||||
+$as_echo_n "checking for version 0.17 of CLooG... " >&6; }
|
+$as_echo_n "checking for version 0.18 of CLooG... " >&6; }
|
||||||
if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
|
if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
|
||||||
$as_echo_n "(cached) " >&6
|
$as_echo_n "(cached) " >&6
|
||||||
else
|
else
|
||||||
@ -18,7 +18,7 @@ diff -Naur gcc-4.6-20120120-orig/configure gcc-4.6-20120120/configure
|
|||||||
#if CLOOG_VERSION_MAJOR != 0 \
|
#if CLOOG_VERSION_MAJOR != 0 \
|
||||||
- || CLOOG_VERSION_MINOR != 16 \
|
- || CLOOG_VERSION_MINOR != 16 \
|
||||||
- || CLOOG_VERSION_REVISION < 1
|
- || CLOOG_VERSION_REVISION < 1
|
||||||
+ || CLOOG_VERSION_MINOR != 17
|
+ || CLOOG_VERSION_MINOR != 18
|
||||||
choke me
|
choke me
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user