Commit 50a593c7 by Richard Biener Committed by Richard Biener

download_prerequisites (ISL): Bump version to 0.16.1

2016-06-13  Richard Biener  <rguenther@suse.de>

	* download_prerequisites (ISL): Bump version to 0.16.1

From-SVN: r237363
parent 7cdb6871
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> 2016-06-10 Alan Hayward <alan.hayward@arm.com>
* check_GNU_style.sh: Fix paste args for BSD * check_GNU_style.sh: Fix paste args for BSD
......
...@@ -48,7 +48,7 @@ ln -sf $MPC mpc || exit 1 ...@@ -48,7 +48,7 @@ ln -sf $MPC mpc || exit 1
# Necessary to build GCC with the Graphite loop optimizations. # Necessary to build GCC with the Graphite loop optimizations.
if [ "$GRAPHITE_LOOP_OPT" = "yes" ] ; then 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 wget ftp://gcc.gnu.org/pub/gcc/infrastructure/$ISL.tar.bz2 || exit 1
tar xjf $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