aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2010-01-31 18:12:21 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2010-01-31 18:12:21 +0000
commit362c6d2fb2744ca9d9e566f6c643946461bc0cee (patch)
tree0de7e4ea535670852bf83d117d0ff6a1c2196d5c /gcc/doc
parent8370a62af8eab46ee68fa072db3d2b55d6ce607c (diff)
downloadgcc-362c6d2fb2744ca9d9e566f6c643946461bc0cee.zip
gcc-362c6d2fb2744ca9d9e566f6c643946461bc0cee.tar.gz
gcc-362c6d2fb2744ca9d9e566f6c643946461bc0cee.tar.bz2
configure.ac: Add "recommended" version checks for GMP/MPC.
* configure.ac: Add "recommended" version checks for GMP/MPC. Update recommended GMP/MPFR/MPC versions. * configure: Regenerate. gcc: * doc/install.texi: Update recommended GMP/MPFR/MPC versions. From-SVN: r156408
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 18b29a5..1be4480 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -303,7 +303,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.2 (or later)
+@item GNU Multiple Precision Library (GMP) version 4.3.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
@@ -312,7 +312,7 @@ and @option{--with-gmp-include}. Alternatively, if a GMP source
distribution is found in a subdirectory of your GCC sources named
@file{gmp}, it will be built together with GCC@.
-@item MPFR Library version 2.3.2 (or later)
+@item MPFR Library version 2.4.2 (or later)
Necessary to build GCC@. It can be downloaded from
@uref{http://www.mpfr.org/}. The @option{--with-mpfr} configure
@@ -322,7 +322,7 @@ default library search path. See also @option{--with-mpfr-lib} and
distribution is found in a subdirectory of your GCC sources named
@file{mpfr}, it will be built together with GCC@.
-@item MPC Library version 0.8.0 (or later)
+@item MPC Library version 0.8.1 (or later)
Necessary to build GCC@. It can be downloaded from
@uref{http://www.multiprecision.org/}. The @option{--with-mpc}