From 04b535af39f1c081d95961e4a7b0a0818182a7a6 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Wed, 16 Jan 2013 09:37:19 +0000 Subject: [PATCH] install.texi: Update CLooG and ISL requirements to 0.18.0 and 0.11.1. 2013-01-16 Richard Biener * doc/install.texi: Update CLooG and ISL requirements to 0.18.0 and 0.11.1. From-SVN: r195233 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 15 ++++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3d1dcbdddd6..88ed1636295 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-01-16 Richard Biener + + * doc/install.texi: Update CLooG and ISL requirements to + 0.18.0 and 0.11.1. + 2013-01-16 Christian Bruel PR target/55301 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ed1a68a958e..35564ea6b1d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -367,23 +367,24 @@ installed but it is not in your default library search path, the @option{--with-mpc} configure option should be used. See also @option{--with-mpc-lib} and @option{--with-mpc-include}. -@item ISL Library version 0.10 +@item ISL Library version 0.11.1 Necessary to build GCC with the Graphite loop optimizations. -It can be downloaded from @uref{ftp://gcc.gnu.org/pub/gcc/infrastructure/}. +It can be downloaded from @uref{ftp://gcc.gnu.org/pub/gcc/infrastructure/} +as @file{isl-0.11.1.tar.bz2}. The @option{--with-isl} configure option should be used if ISL is not installed in your default library search path. -@item CLooG 0.17.0 +@item CLooG 0.18.0 Necessary to build GCC with the Graphite loop optimizations. It can be downloaded from @uref{ftp://gcc.gnu.org/pub/gcc/infrastructure/} as -@file{cloog-0.17.0.tar.gz}. The @option{--with-cloog} configure option should +@file{cloog-0.18.0.tar.gz}. The @option{--with-cloog} configure option should be used if CLooG is not installed in your default library search path. -CLooG needs to be built against ISL 0.10, not its included copy of ISL -which is too old. Use @option{--with-isl=system} to direct CLooG to pick -up an already installed ISL. CLooG needs to be configured to use GMP +CLooG needs to be built against ISL 0.11.1. Use @option{--with-isl=system} +to direct CLooG to pick up an already installed ISL, otherwise it will use +ISL 0.11.1 as bundled with CLooG. CLooG needs to be configured to use GMP internally, use @option{--with-bits=gmp} to direct it to do that. @end table -- 2.30.2