From a3337ea2647c69d66e86feedc2ab7ceb427df3da Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Wed, 8 Apr 2009 20:25:10 +0000 Subject: 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 20 +++++++------------- 2 files changed, 12 insertions(+), 13 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 45ed3e5..e997af5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-04-08 Kaveh R. Ghazi + + * doc/install.texi: Update minimum GMP version. Remove obsolete + text in MPFR section. + 2009-04-08 Jakub Jelinek * dwarf2out.c (class_scope_p): New static inline. 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 -- cgit v1.1