diff options
author | Sebastian Pop <s.pop@samsung.com> | 2016-01-29 20:26:04 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2016-01-29 20:26:04 +0000 |
commit | c661a43de31bda50ad0c86985c3e17524ed237c0 (patch) | |
tree | c87b090bd45dc25d60d460ab76b87fd93d079c9e /gcc | |
parent | 9eb1ca69e1ebd98cc8e401b5ae271b988e3ab84a (diff) | |
download | gcc-c661a43de31bda50ad0c86985c3e17524ed237c0.zip gcc-c661a43de31bda50ad0c86985c3e17524ed237c0.tar.gz gcc-c661a43de31bda50ad0c86985c3e17524ed237c0.tar.bz2 |
document that isl-0.16 is supported
* config/isl.m4: Add comments about isl-0.16.
* configure: Regenerate.
gcc/
* doc/install.texi: Document that isl-0.16 is supported.
From-SVN: r232997
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2919b81..e1565c0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-01-29 Sebastian Pop <s.pop@samsung.com> + + * doc/install.texi: Document that isl-0.16 is supported. + 2016-01-29 Vladimir Makarov <vmakarov@redhat.com> PR target/69299 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 062f42c..3df7974 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 or 0.14. +@item isl Library version 0.16, 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/}. |