aboutsummaryrefslogtreecommitdiff
path: root/contrib/download_prerequisites
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2016-06-13 08:18:51 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2016-06-13 08:18:51 +0000
commit50a593c7e2665362f3de41d86f27d98e969d0fe5 (patch)
tree931152017c2380744119c024bbf27541ce5ca1b6 /contrib/download_prerequisites
parent7cdb687133520d1091198e034398df3cec0c8ae1 (diff)
download_prerequisites (ISL): Bump version to 0.16.1
2016-06-13 Richard Biener <rguenther@suse.de> * download_prerequisites (ISL): Bump version to 0.16.1 From-SVN: r237363
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 b135f5fe5f1..917ee23f3d9 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.15
+ ISL=isl-0.16.1
wget ftp://gcc.gnu.org/pub/gcc/infrastructure/$ISL.tar.bz2 || exit 1
tar xjf $ISL.tar.bz2 || exit 1