aboutsummaryrefslogtreecommitdiff
path: root/contrib/download_prerequisites
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2014-12-02 23:41:01 +0100
committerTobias Burnus <burnus@gcc.gnu.org>2014-12-02 23:41:01 +0100
commitf5d5b88fe59d8689344cc64b33e7e7c2b7a7ba70 (patch)
treeec6fcf11398aa81d4c4335ee1f03e64066c0fb67 /contrib/download_prerequisites
parentf1d15bb914e67fa8844bf129775d1b25c728cfbd (diff)
downloadgcc-f5d5b88fe59d8689344cc64b33e7e7c2b7a7ba70.zip
gcc-f5d5b88fe59d8689344cc64b33e7e7c2b7a7ba70.tar.gz
gcc-f5d5b88fe59d8689344cc64b33e7e7c2b7a7ba70.tar.bz2
download_prerequisites: Download ISL 0.14 instead of 0.12.2.
2014-12-02 Tobias Burnus <burnus@net-b.de> * download_prerequisites: Download ISL 0.14 instead of 0.12.2. From-SVN: r218294
Diffstat (limited to 'contrib/download_prerequisites')
-rwxr-xr-xcontrib/download_prerequisites2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/download_prerequisites b/contrib/download_prerequisites
index a9a9f02..50acbf5 100755
--- a/contrib/download_prerequisites
+++ b/contrib/download_prerequisites
@@ -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