diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-06-13 08:18:51 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-06-13 08:18:51 +0000 |
commit | aac66bf851bed549b08c4a14cd3a7f5be0b7d801 (patch) | |
tree | 931152017c2380744119c024bbf27541ce5ca1b6 /contrib | |
parent | 403dab6f7be1c82c888375bd130aa1a9b02a1cae (diff) | |
download | gcc-aac66bf851bed549b08c4a14cd3a7f5be0b7d801.tar.gz |
2016-06-13 Richard Biener <rguenther@suse.de>
* download_prerequisites (ISL): Bump version to 0.16.1
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237363 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 e6eda90d5d3..c974b75e358 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2016-06-13 Richard Biener <rguenther@suse.de> + + * download_prerequisites (ISL): Bump version to 0.16.1 + 2016-06-10 Alan Hayward <alan.hayward@arm.com> * check_GNU_style.sh: Fix paste args for BSD 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 |