diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 20 |
2 files changed, 12 insertions, 13 deletions
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 <ghazi@caip.rutgers.edu> + + * doc/install.texi: Update minimum GMP version. Remove obsolete + text in MPFR section. + 2009-04-08 Jakub Jelinek <jakub@redhat.com> * 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 |