summaryrefslogtreecommitdiff
path: root/gcc/doc/install.texi
diff options
context:
space:
mode:
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2014-11-11 06:55:31 +0000
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2014-11-11 06:55:31 +0000
commit69ec49d1991a0ea8b339917182af77b721c955d6 (patch)
tree4216758301fb463cb8086b8c890da8b0e03d5501 /gcc/doc/install.texi
parent51d9ad168be16d8799c7bebfb3fc4a08223dcee4 (diff)
downloadgcc-69ec49d1991a0ea8b339917182af77b721c955d6.tar.gz
2014-11-11 Tobias Burnus <burnus@net-b.de>
contrib/ * download_prerequisites: Stop downloading CLooG. gcc/ * doc/install.texi (Prerequisites): Remove CLooG. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217339 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r--gcc/doc/install.texi15
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 3df78ff8b70..fa5fe6e2c97 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -393,21 +393,6 @@ built together with GCC. Alternatively, the @option{--with-isl} configure
option should be used if ISL is not installed in your default library
search path.
-@item CLooG 0.18.1
-
-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.18.1.tar.gz}. If a CLooG source distribution is found
-in a subdirectory of your GCC sources named @file{cloog}, it will be
-built together with GCC. Alternatively, the @option{--with-cloog} configure
-option should be used if CLooG is not installed in your default library search
-path.
-
-If you want to install CLooG separately it needs to be built against
-ISL 0.12.2 by using the @option{--with-isl=system} to direct CLooG to pick
-up an already installed ISL. Using the ISL library as bundled with CLooG
-is not supported.
-
@end table
@heading Tools/packages necessary for modifying GCC