aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2009-04-08 20:25:10 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2009-04-08 20:25:10 +0000
commita3337ea2647c69d66e86feedc2ab7ceb427df3da (patch)
treeaabc8c66041fca7d345eecf15cd5f914860d7ce1 /gcc/doc
parent4f0ae266e0a4b49ee029b37934fa952e0bd66b6d (diff)
downloadgcc-a3337ea2647c69d66e86feedc2ab7ceb427df3da.zip
gcc-a3337ea2647c69d66e86feedc2ab7ceb427df3da.tar.gz
gcc-a3337ea2647c69d66e86feedc2ab7ceb427df3da.tar.bz2
configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
* configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1. * configure: Regenerate. gcc: * doc/install.texi: Update minimum GMP version. Remove obsolete text in MPFR section. From-SVN: r145774
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi20
1 files changed, 7 insertions, 13 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 79b7dfd..dbac0fa 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -302,7 +302,7 @@ Necessary (only on some platforms) to untar the source code. Many
systems' @command{tar} programs will also work, only try GNU
@command{tar} if you have problems.
-@item GNU Multiple Precision Library (GMP) version 4.1 (or later)
+@item GNU Multiple Precision Library (GMP) version 4.2 (or later)
Necessary to build GCC@. If you do not have it installed in your
library search path, you will have to configure with the
@@ -314,18 +314,12 @@ distribution is found in a subdirectory of your GCC sources named
@item MPFR Library version 2.3.2 (or later)
Necessary to build GCC@. It can be downloaded from
-@uref{http://www.mpfr.org/}. The version of MPFR that is bundled with
-GMP 4.1.x contains numerous bugs. Although GCC may appear to function
-with the buggy versions of MPFR, there are a few bugs that will not be
-fixed when using this version. It is strongly recommended to upgrade
-to the recommended version of MPFR.
-
-The @option{--with-mpfr} configure option should be used if your MPFR
-Library is not installed in your default library search path. See also
-@option{--with-mpfr-lib} and @option{--with-mpfr-include}.
-Alternatively, if a MPFR source distribution is found in a subdirectory
-of your GCC sources named @file{mpfr}, it will be built together with
-GCC@.
+@uref{http://www.mpfr.org/}. The @option{--with-mpfr} configure
+option should be used if your MPFR Library is not installed in your
+default library search path. See also @option{--with-mpfr-lib} and
+@option{--with-mpfr-include}. Alternatively, if a MPFR source
+distribution is found in a subdirectory of your GCC sources named
+@file{mpfr}, it will be built together with GCC@.
@item Parma Polyhedra Library (PPL) version 0.10