diff options
author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-12-06 10:42:49 +0000 |
---|---|---|
committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-12-06 10:42:49 +0000 |
commit | 9bffc11c1f12bff7dc7a8842eac1093d039401dc (patch) | |
tree | 9a67348003f3857242e3ad9f4a4dc636f5547fb7 /contrib | |
parent | 43aa4bda6e8f94f93d68b849fd53204b17bb8737 (diff) | |
download | gcc-9bffc11c1f12bff7dc7a8842eac1093d039401dc.tar.gz |
2015-12-06 Tobias Burnus <burnus@net-b.de>
* download_prerequisites: Download ISL 0.15 instead of 0.14.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231329 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/download_prerequisites | 2 |
2 files changed, 5 insertions, 1 deletions
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 <burnus@net-b.de> + + * download_prerequisites: Download ISL 0.15 instead of 0.14. + 2015-11-20 Martin Liska <mliska@suse.cz> * 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 |