aboutsummaryrefslogtreecommitdiff
path: root/contrib/download_prerequisites
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2015-12-06 11:42:49 +0100
committerTobias Burnus <burnus@gcc.gnu.org>2015-12-06 11:42:49 +0100
commitf78590bb4cf69fb450a19bb6760071c9d22b7639 (patch)
tree9a67348003f3857242e3ad9f4a4dc636f5547fb7 /contrib/download_prerequisites
parente9e707983b9b64f5344e1892e4a065cd31dd959d (diff)
download_prerequisites: Download ISL 0.15 instead of 0.14.
2015-12-06 Tobias Burnus <burnus@net-b.de> * download_prerequisites: Download ISL 0.15 instead of 0.14. From-SVN: r231329
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 69403301b81..a685a1d56eb 100755
--- a/contrib/download_prerequisites
+++ b/contrib/download_prerequisites
@@ -48,7 +48,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.14
+ ISL=isl-0.15
wget ftp://gcc.gnu.org/pub/gcc/infrastructure/$ISL.tar.bz2 || exit 1
tar xjf $ISL.tar.bz2 || exit 1