]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
download_prerequisites: Update ISL and CLOOG versions.
authorRichard Biener <rguenther@suse.de>
Thu, 13 Feb 2014 14:06:48 +0000 (14:06 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 13 Feb 2014 14:06:48 +0000 (14:06 +0000)
2014-02-13  Richard Biener  <rguenther@suse.de>

* download_prerequisites: Update ISL and CLOOG versions.

From-SVN: r207759

contrib/ChangeLog
contrib/download_prerequisites

index 96476db09d9ef3ec3f421531950a9c753e3b2b8a..43a67baf94227337c4443b57d1805232e3bf6139 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-13  Richard Biener  <rguenther@suse.de>
+
+       * download_prerequisites: Update ISL and CLOOG versions.
+
 2014-01-31  Brooks Moses  <bmoses@google.com>
 
        * gcc_update (files_and_dependencies): Add aarch64-tune.md.
index dd2e9f885fc01bd74223d96d5b87650c06946f5e..cc27143ea25436147695ac4821e586c0ff5b660c 100755 (executable)
@@ -43,8 +43,8 @@ ln -sf $MPC mpc || exit 1
 
 # Necessary to build GCC with the Graphite loop optimizations.
 if [ "$GRAPHITE_LOOP_OPT" = "yes" ] ; then
-  ISL=isl-0.11.1
-  CLOOG=cloog-0.18.0
+  ISL=isl-0.12.2
+  CLOOG=cloog-0.18.1
 
   wget ftp://gcc.gnu.org/pub/gcc/infrastructure/$ISL.tar.bz2 || exit 1
   tar xjf $ISL.tar.bz2  || exit 1