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 <rguent...@suse.de> * download_prerequisites: Update ISL and CLOOG versions. 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