diff mbox

Update isl/cloog recommended versions

Message ID alpine.LSU.2.11.1402131504590.1593@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener Feb. 13, 2014, 2:05 p.m. UTC
On Thu, 13 Feb 2014, Richard Biener wrote:

> 
> This updates the recommended versions to match those I just put
> at ftp://gcc.gnu.org/pub/gcc/infrastructure/.  It also mentions
> the possibility of doing in-tree builds and fixes PR59878 by
> re-wording the cloog install parts.

And this updates download_prerequisites.

Committed.

Richard.

2014-02-13  Richard Biener  <rguenther@suse.de>

	* download_prerequisites: Update ISL and CLOOG versions.
diff mbox

Patch

Index: contrib/download_prerequisites
===================================================================
--- contrib/download_prerequisites	(revision 207757)
+++ contrib/download_prerequisites	(working copy)
@@ -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