download_prerequisites: Download ISL 0.14 instead of 0.12.2.
authorTobias Burnus <burnus@net-b.de>
Tue, 2 Dec 2014 22:41:01 +0000 (23:41 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Tue, 2 Dec 2014 22:41:01 +0000 (23:41 +0100)
2014-12-02  Tobias Burnus  <burnus@net-b.de>

        * download_prerequisites: Download ISL 0.14 instead of 0.12.2.

From-SVN: r218294

contrib/ChangeLog
contrib/download_prerequisites

index 77bad5a9cff22ecea521beba55268ae0ca73d8e2..e5ccfe566d0d4cd8f70e56c1b65582340eb42cb4 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-02  Tobias Burnus  <burnus@net-b.de>
+
+       * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
+
 2014-11-25  Tom de Vries  <tom@codesourcery.com>
            Peter Bergner  <bergner@vnet.ibm.com>
 
index a9a9f029af644133873cb6c2e8cb3d07c3473813..50acbf57e0a38ef62e59c0d226297f3f00776156 100755 (executable)
@@ -43,7 +43,7 @@ ln -sf $MPC mpc || exit 1
 
 # Necessary to build GCC with the Graphite loop optimizations.
 if [ "$GRAPHITE_LOOP_OPT" = "yes" ] ; then
-  ISL=isl-0.12.2
+  ISL=isl-0.14
 
   wget ftp://gcc.gnu.org/pub/gcc/infrastructure/$ISL.tar.bz2 || exit 1
   tar xjf $ISL.tar.bz2  || exit 1