diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2010-01-31 18:12:21 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2010-01-31 18:12:21 +0000 |
commit | 362c6d2fb2744ca9d9e566f6c643946461bc0cee (patch) | |
tree | 0de7e4ea535670852bf83d117d0ff6a1c2196d5c /gcc | |
parent | 8370a62af8eab46ee68fa072db3d2b55d6ce607c (diff) | |
download | gcc-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')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 00d2b29..07b4de0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * doc/install.texi: Update recommended GMP/MPFR/MPC versions. + 2010-01-31 Kai Tietz <kai.tietz@onevision.com> * config.gcc: Adjust order of makefile fragments for mingw targets. 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} |