From f78590bb4cf69fb450a19bb6760071c9d22b7639 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Sun, 6 Dec 2015 11:42:49 +0100 Subject: [PATCH] download_prerequisites: Download ISL 0.15 instead of 0.14. 2015-12-06 Tobias Burnus * download_prerequisites: Download ISL 0.15 instead of 0.14. From-SVN: r231329 --- contrib/ChangeLog | 4 ++++ contrib/download_prerequisites | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 1ad0aa56c7c..8d39e68a861 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2015-12-06 Tobias Burnus + + * download_prerequisites: Download ISL 0.15 instead of 0.14. + 2015-11-20 Martin Liska * clang-format: Split content of a list to multiple 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 -- 2.30.2