diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2009-05-30 00:43:36 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2009-05-30 00:43:36 +0000 |
commit | acd262252cd2121bd1bb48ed8b28cf1ac6bc7aaf (patch) | |
tree | ecd86f53c551d325407d620bb9cc5ab47503c0ec /ChangeLog | |
parent | cd9c1ca866b6aa5041a352e0ed07ae5f91e235e5 (diff) | |
download | gcc-acd262252cd2121bd1bb48ed8b28cf1ac6bc7aaf.tar.gz |
Makefile.def: Add MPC support and dependencies.
* Makefile.def: Add MPC support and dependencies.
* configure.ac: Likewise. Reorganize GMP/MPFR checks.
* Makefile.in, configure: Regenerate.
gcc:
* configure.ac: Add MPC support.
* config.in, configure: Regenerate.
From-SVN: r147996
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0975c93a66f..f8557fc3574 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * Makefile.def: Add MPC support and dependencies. + * configure.ac: Likewise. Reorganize GMP/MPFR checks. + + * Makefile.in, configure: Regenerate. + 2009-05-27 Alexandre Oliva <aoliva@redhat.com> * Makefile.tpl (all): Avoid harmless warning in make all when |