diff options
author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-12-02 22:41:01 +0000 |
---|---|---|
committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-12-02 22:41:01 +0000 |
commit | 39876acc2fe01b4a3cd2d1988245d845315aff35 (patch) | |
tree | ec6fcf11398aa81d4c4335ee1f03e64066c0fb67 /contrib | |
parent | aa1dfc5fd51fd15e32173a7e499f5f1acaeb0a73 (diff) | |
download | gcc-39876acc2fe01b4a3cd2d1988245d845315aff35.tar.gz |
2014-12-02 Tobias Burnus <burnus@net-b.de>
* download_prerequisites: Download ISL 0.14 instead of 0.12.2.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218294 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 77bad5a9cff..e5ccfe566d0 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2014-12-02 Tobias Burnus <burnus@net-b.de> + + * download_prerequisites: Download ISL 0.14 instead of 0.12.2. + 2014-11-25 Tom de Vries <tom@codesourcery.com> Peter Bergner <bergner@vnet.ibm.com> diff --git a/contrib/download_prerequisites b/contrib/download_prerequisites index a9a9f029af6..50acbf57e0a 100755 --- a/contrib/download_prerequisites +++ b/contrib/download_prerequisites @@ -43,7 +43,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.12.2 + ISL=isl-0.14 wget ftp://gcc.gnu.org/pub/gcc/infrastructure/$ISL.tar.bz2 || exit 1 tar xjf $ISL.tar.bz2 || exit 1 |