mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
binutils: add cloog-0.18 support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6b40a895f3
commit
71c10f0670
@ -7,7 +7,7 @@ diff -Naur binutils-2.22/configure binutils-2.22.patch/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
|
||||||
;
|
;
|
||||||
@ -19,7 +19,7 @@ diff -Naur binutils-2.22/configure.ac binutils-2.22.patch/configure.ac
|
|||||||
dnl If we use CLooG-Legacy, the provided version information is
|
dnl If we use CLooG-Legacy, the provided version information is
|
||||||
dnl ignored.
|
dnl ignored.
|
||||||
- CLOOG_CHECK_VERSION(0,16,1)
|
- CLOOG_CHECK_VERSION(0,16,1)
|
||||||
+ CLOOG_CHECK_VERSION(0,17,0)
|
+ CLOOG_CHECK_VERSION(0,18,0)
|
||||||
|
|
||||||
dnl Only execute fail-action, if CLooG has been requested.
|
dnl Only execute fail-action, if CLooG has been requested.
|
||||||
CLOOG_IF_FAILED([
|
CLOOG_IF_FAILED([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user