diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2015-11-26 16:57:23 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2015-11-26 11:57:23 -0500 |
commit | 8b95719a65ecb381c194b06700c87d2a015f6fab (patch) | |
tree | c7250476d3d60b95544be205877d260c46144d5f /gcc | |
parent | 5930d87a2dc582cb17e446ead8487c485bc2ea7d (diff) | |
download | gcc-8b95719a65ecb381c194b06700c87d2a015f6fab.zip gcc-8b95719a65ecb381c194b06700c87d2a015f6fab.tar.gz gcc-8b95719a65ecb381c194b06700c87d2a015f6fab.tar.bz2 |
install.texi (Prerequisites): Increase ISL requirement to 0.14 or 0.15.
* doc/install.texi (Prerequisites): Increase ISL requirement to
0.14 or 0.15.
From-SVN: r230978
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39e1ec4..a5b9c4e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-11-26 David Edelsohn <dje.gcc@gmail.com> + + * doc/install.texi (Prerequisites): Increase ISL requirement to + 0.14 or 0.15. + 2015-11-26 Matthew Wahab <matthew.wahab@arm.com> * gcc/config/aarch64/arm_neon.h diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 57399ed..0b71bef 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/}. |