diff mbox

[committed] contrib/download_prerequisites - download ISL 0.14

Message ID 547E4052.2030800@net-b.de
State New
Headers show

Commit Message

Tobias Burnus Dec. 2, 2014, 10:42 p.m. UTC
Committed as Rev. 218294, now that ISL 0.14 is supported by GCC 5 and 
ISL 0.14 is in the infrastructure directory.

Tobias
diff mbox

Patch

Index: contrib/ChangeLog
===================================================================
--- contrib/ChangeLog	(Revision 218293)
+++ contrib/ChangeLog	(Arbeitskopie)
@@ -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: contrib/download_prerequisites
===================================================================
--- contrib/download_prerequisites	(Revision 218293)
+++ contrib/download_prerequisites	(Arbeitskopie)
@@ -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