mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
binutils: add cloog-0.18 support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -7,7 +7,7 @@ diff -Naur binutils-2.22/configure binutils-2.22.patch/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
|
||||
;
|
||||
@@ -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 ignored.
|
||||
- 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.
|
||||
CLOOG_IF_FAILED([
|
||||
|
||||
Reference in New Issue
Block a user