Magellan Linux

Annotation of /trunk/gcc/patches/gcc-4.7.0-cloog017.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1807 - (hide annotations) (download)
Tue Jun 12 14:05:11 2012 UTC (12 years ago) by niro
File size: 928 byte(s)
-support cloog-0.17
1 niro 1807 diff -Naur gcc-4.6-20120120-orig/configure gcc-4.6-20120120/configure
2     --- gcc-4.6-20120120-orig/configure 2011-12-18 20:03:44.000000000 +1000
3     +++ gcc-4.6-20120120/configure 2012-02-03 17:55:14.885990135 +1000
4     @@ -6049,8 +6049,8 @@
5     LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
6    
7     if test "${cloog_org}" = yes ; then
8     - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
9     -$as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
10     + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17 of CLooG" >&5
11     +$as_echo_n "checking for version 0.17 of CLooG... " >&6; }
12     if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
13     $as_echo_n "(cached) " >&6
14     else
15     @@ -6061,8 +6061,7 @@
16     main ()
17     {
18     #if CLOOG_VERSION_MAJOR != 0 \
19     - || CLOOG_VERSION_MINOR != 16 \
20     - || CLOOG_VERSION_REVISION < 1
21     + || CLOOG_VERSION_MINOR != 17
22     choke me
23     #endif
24     ;