summaryrefslogtreecommitdiff
path: root/INSTALL/prerequisites.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-22 10:21:45 +0000
committer <>2015-04-25 21:44:09 +0000
commitf80b5ea1605c9f9408c5aa386ba71c16d918ebbf (patch)
treebb7eafaa81fc4b8c5c215bc08d517fd158db234a /INSTALL/prerequisites.html
parentc27a97d04853380f1e80525391b3f0d156ed4c84 (diff)
downloadgcc-tarball-f80b5ea1605c9f9408c5aa386ba71c16d918ebbf.tar.gz
Imported from /home/lorry/working-area/delta_gcc-tarball/gcc-5.1.0.tar.bz2.gcc-5.1.0
Diffstat (limited to 'INSTALL/prerequisites.html')
-rw-r--r--INSTALL/prerequisites.html28
1 files changed, 9 insertions, 19 deletions
diff --git a/INSTALL/prerequisites.html b/INSTALL/prerequisites.html
index 3b9cf58c94..baa373a91b 100644
--- a/INSTALL/prerequisites.html
+++ b/INSTALL/prerequisites.html
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
-<!-- Copyright (C) 1988-2014 Free Software Foundation, Inc.
+<!-- Copyright (C) 1988-2015 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -247,7 +247,7 @@ installed but it is not in your default library search path, the
<samp>--with-mpc-lib</samp> and <samp>--with-mpc-include</samp>.
</p>
</dd>
-<dt>ISL Library version 0.12.2</dt>
+<dt>ISL Library version 0.14 (or 0.12.2)</dt>
<dd>
<p>Necessary to build GCC with the Graphite loop optimizations.
It can be downloaded from <a href="ftp://gcc.gnu.org/pub/gcc/infrastructure/">ftp://gcc.gnu.org/pub/gcc/infrastructure/</a>
@@ -258,22 +258,6 @@ option should be used if ISL is not installed in your default library
search path.
</p>
</dd>
-<dt>CLooG 0.18.1</dt>
-<dd>
-<p>Necessary to build GCC with the Graphite loop optimizations. It can be
-downloaded from <a href="ftp://gcc.gnu.org/pub/gcc/infrastructure/">ftp://gcc.gnu.org/pub/gcc/infrastructure/</a> as
-<samp>cloog-0.18.1.tar.gz</samp>. If a CLooG source distribution is found
-in a subdirectory of your GCC sources named <samp>cloog</samp>, it will be
-built together with GCC. Alternatively, the <samp>--with-cloog</samp> configure
-option should be used if CLooG is not installed in your default library search
-path.
-</p>
-<p>If you want to install CLooG separately it needs to be built against
-ISL 0.12.2 by using the <samp>--with-isl=system</samp> to direct CLooG to pick
-up an already installed ISL. Using the ISL library as bundled with CLooG
-is not supported.
-</p>
-</dd>
</dl>
<a name="Tools_002fpackages-necessary-for-modifying-GCC"></a>
@@ -322,7 +306,7 @@ to the latest released version.
details. Tcl 8.6 has a known regression in RE pattern handling that
make parts of the testsuite fail. See
<a href="http://core.tcl.tk/tcl/tktview/267b7e2334ee2e9de34c4b00d6e72e2f1997085f">http://core.tcl.tk/tcl/tktview/267b7e2334ee2e9de34c4b00d6e72e2f1997085f</a>
-for more information.
+for more information. This bug has been fixed in 8.6.1.
</p>
</dd>
<dt>autogen version 5.5.4 (or later) and</dt>
@@ -367,6 +351,12 @@ are used when running <code>make dvi</code> or <code>make pdf</code> to create
DVI or PDF files, respectively.
</p>
</dd>
+<dt>Sphinx version 1.0 (or later)</dt>
+<dd>
+<p>Necessary to regenerate <samp>jit/docs/_build/texinfo</samp> from the <samp>.rst</samp>
+files in the directories below <samp>jit/docs</samp>.
+</p>
+</dd>
<dt>SVN (any version)</dt>
<dt>SSH (any version)</dt>
<dd>