download_prerequisites: Update ISL and CLOOG versions.
2014-02-13 Richard Biener <rguenther@suse.de> * download_prerequisites: Update ISL and CLOOG versions. From-SVN: r207759
This commit is contained in:
parent
4337223623
commit
662dae0db0
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-02-13 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* download_prerequisites: Update ISL and CLOOG versions.
|
||||
|
||||
2014-01-31 Brooks Moses <bmoses@google.com>
|
||||
|
||||
* gcc_update (files_and_dependencies): Add aarch64-tune.md.
|
||||
|
|
|
@ -43,8 +43,8 @@ ln -sf $MPC mpc || exit 1
|
|||
|
||||
# Necessary to build GCC with the Graphite loop optimizations.
|
||||
if [ "$GRAPHITE_LOOP_OPT" = "yes" ] ; then
|
||||
ISL=isl-0.11.1
|
||||
CLOOG=cloog-0.18.0
|
||||
ISL=isl-0.12.2
|
||||
CLOOG=cloog-0.18.1
|
||||
|
||||
wget ftp://gcc.gnu.org/pub/gcc/infrastructure/$ISL.tar.bz2 || exit 1
|
||||
tar xjf $ISL.tar.bz2 || exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue