From 218477ca72d751eb7619a6b0e1505680a29c5687 Mon Sep 17 00:00:00 2001 From: dje Date: Thu, 26 Nov 2015 16:57:23 +0000 Subject: [PATCH] * doc/install.texi (Prerequisites): Increase ISL requirement to 0.14 or 0.15. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230978 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39e1ec4f484..a5b9c4eb0ea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-11-26 David Edelsohn + + * doc/install.texi (Prerequisites): Increase ISL requirement to + 0.14 or 0.15. + 2015-11-26 Matthew Wahab * gcc/config/aarch64/arm_neon.h diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 57399edbefb..0b71bef8380 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -383,7 +383,7 @@ 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.15, 0.14, 0.13, or 0.12.2 +@item ISL Library version 0.15 or 0.14. Necessary to build GCC with the Graphite loop optimizations. It can be downloaded from @uref{ftp://gcc.gnu.org/pub/gcc/infrastructure/}. -- 2.11.4.GIT