summaryrefslogtreecommitdiff
path: root/multilib-staging/gcc-multilib/gcc-4.7.0-cloog-0.17.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-02 15:52:33 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-02 15:52:33 -0300
commit0ca20230bdd33f8e07d2da28bec74c5e685650e9 (patch)
tree6f09c1056210679c3dfe0c6534ffd6b2d0f7bf68 /multilib-staging/gcc-multilib/gcc-4.7.0-cloog-0.17.patch
parentca8ab20a665411e312578954c85f1bd3913fc726 (diff)
parent9d209f25af63a35774000e87df4e188057f71b2f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/mythtv/PKGBUILD community-staging/mythtv/mythbackend.rc community-staging/mythtv/mythtv.install community/sigil/PKGBUILD extra/pixman/PKGBUILD staging/vlc/PKGBUILD
Diffstat (limited to 'multilib-staging/gcc-multilib/gcc-4.7.0-cloog-0.17.patch')
-rw-r--r--multilib-staging/gcc-multilib/gcc-4.7.0-cloog-0.17.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/multilib-staging/gcc-multilib/gcc-4.7.0-cloog-0.17.patch b/multilib-staging/gcc-multilib/gcc-4.7.0-cloog-0.17.patch
new file mode 100644
index 000000000..c7146fa04
--- /dev/null
+++ b/multilib-staging/gcc-multilib/gcc-4.7.0-cloog-0.17.patch
@@ -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
+ ;