mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
cloog: update to cloog-0.17
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c0fd97c929
commit
f5d2d7db6c
@ -0,0 +1,25 @@
|
||||
diff -Naur binutils-2.22/configure binutils-2.22.patch/configure
|
||||
--- binutils-2.22/configure 2011-08-14 14:28:15.000000000 +0200
|
||||
+++ binutils-2.22.patch/configure 2012-05-08 05:57:26.093455382 +0200
|
||||
@@ -5946,8 +5946,7 @@
|
||||
main ()
|
||||
{
|
||||
#if CLOOG_VERSION_MAJOR != 0 \
|
||||
- || CLOOG_VERSION_MINOR != 16 \
|
||||
- || CLOOG_VERSION_REVISION < 1
|
||||
+ || CLOOG_VERSION_MINOR != 17
|
||||
choke me
|
||||
#endif
|
||||
;
|
||||
diff -Naur binutils-2.22/configure.ac binutils-2.22.patch/configure.ac
|
||||
--- binutils-2.22/configure.ac 2011-11-21 12:58:27.000000000 +0100
|
||||
+++ binutils-2.22.patch/configure.ac 2012-05-08 05:54:27.974921129 +0200
|
||||
@@ -1589,7 +1589,7 @@
|
||||
dnl
|
||||
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)
|
||||
|
||||
dnl Only execute fail-action, if CLooG has been requested.
|
||||
CLOOG_IF_FAILED([
|
@ -0,0 +1,24 @@
|
||||
diff -Naur gcc-4.6-20120120-orig/configure gcc-4.6-20120120/configure
|
||||
--- gcc-4.6-20120120-orig/configure 2011-12-18 20:03:44.000000000 +1000
|
||||
+++ gcc-4.6-20120120/configure 2012-02-03 17:55:14.885990135 +1000
|
||||
@@ -6049,8 +6049,8 @@
|
||||
LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
|
||||
|
||||
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; }
|
||||
if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
@@ -6061,8 +6061,7 @@
|
||||
main ()
|
||||
{
|
||||
#if CLOOG_VERSION_MAJOR != 0 \
|
||||
- || CLOOG_VERSION_MINOR != 16 \
|
||||
- || CLOOG_VERSION_REVISION < 1
|
||||
+ || CLOOG_VERSION_MINOR != 17
|
||||
choke me
|
||||
#endif
|
||||
;
|
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="cloog"
|
||||
PKG_VERSION="0.16.3"
|
||||
PKG_VERSION="0.17.0"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="LGPL"
|
||||
|
Loading…
x
Reference in New Issue
Block a user