diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-27 00:23:24 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-27 00:23:24 +0000 |
commit | 69c937e1fd6ed8e5b8d05727ddbcea304ab31272 (patch) | |
tree | 5cb98fcaaf086f14053d03410aa7fdb95efd0309 /ChangeLog | |
parent | 82b8f7f5b5777ec4b75779bcc35d634ee126f329 (diff) | |
download | gcc-69c937e1fd6ed8e5b8d05727ddbcea304ab31272.tar.gz |
Checkin ChangeLogs from previous checkin.
* configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
(--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
--with-gmp-lib): New flags.
* configure: Regenerate.
gcc:
* doc/install.texi: Move GMP/MPFR configure options from Fortran
section to general section. Remove documentation for
--with-mpfr-dir and --with-gmp-dir, add documentation for
--with-mpfr-include, --with-mpfr-lib, --with-gmp-include and
--with-gmp-lib.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119240 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a998289f5a1..4034b820f57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags. + (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include, + --with-gmp-lib): New flags. + + * configure: Regenerate. + 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com> * MAINTAINERS (Write After Approval): Change my email address. |