aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2008-10-13 08:05:25 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2008-10-13 08:05:25 +0000
commit36c713e04cb642a9bfbf4ddbad9ef7024dd6f05a (patch)
tree3ca4271029a8c1d19fafddd1c8f9df499e2abdb0 /gcc/doc
parentae3fb6fd9781b5308de4e2ec7acd9873f0bd967e (diff)
downloadgcc-36c713e04cb642a9bfbf4ddbad9ef7024dd6f05a.zip
gcc-36c713e04cb642a9bfbf4ddbad9ef7024dd6f05a.tar.gz
gcc-36c713e04cb642a9bfbf4ddbad9ef7024dd6f05a.tar.bz2
configure.ac (MPFR check): Bump minimum version to 2.3.0 and recommended version to 2.3.2.
* configure.ac (MPFR check): Bump minimum version to 2.3.0 and recommended version to 2.3.2. * configure: Regenerate. gcc: * builtins.c: Remove MPFR_VERSION_NUM(2,3,0) conditionals. * doc/install.texi: Bump recommended MPFR to 2.3.2. fortran: * simplify.c: Remove MPFR_VERSION_NUM(2,3,0) conditionals. From-SVN: r141085
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 8f05422..1d29df3 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -309,7 +309,7 @@ library search path, you will have to configure with the
@option{--with-gmp} configure option. See also
@option{--with-gmp-lib} and @option{--with-gmp-include}.
-@item MPFR Library version 2.3.0 (or later)
+@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