diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2009-11-30 06:12:16 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2009-11-30 06:12:16 +0000 |
commit | 360d4522c42206d15ea09f4254e4894ff3b628c2 (patch) | |
tree | 2d27a9bfbf5f4b638eaf9cc6bdc7af34d39e0e11 /gcc | |
parent | 78b3c19774e8f28af5484c32b4718c254a120cb6 (diff) | |
download | gcc-360d4522c42206d15ea09f4254e4894ff3b628c2.zip gcc-360d4522c42206d15ea09f4254e4894ff3b628c2.tar.gz gcc-360d4522c42206d15ea09f4254e4894ff3b628c2.tar.bz2 |
configure.ac: Update minimum MPC version to 0.8.
* configure.ac: Update minimum MPC version to 0.8.
* configure: Regenerate.
gcc:
* doc/install.texi: Update minimum MPC version to 0.8.
From-SVN: r154750
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 63a1924..351ddd6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * doc/install.texi: Update minimum MPC version to 0.8. + 2009-09-09 Segher Boessenkool <segher@kernel.crashing.org> * config/rs6000/rs6000.md (fnmaddsf4_powerpc_1): Remove diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index be7e69f..a98c45f 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -344,7 +344,7 @@ not installed in your default library search path. Necessary to build libgcj, the GCJ runtime. -@item MPC Library version 0.7.0 (or later) +@item MPC Library version 0.8.0 (or later) Optional when building GCC@. Having this library will enable additional optimizations on complex numbers. It can be downloaded |