Commit 662dae0d by Richard Biener Committed by Richard Biener

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
parent 43372236
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment