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.

From-SVN: r119240
This commit is contained in:
Kaveh Ghazi 2006-11-27 00:23:24 +00:00
parent 51fe931be4
commit f019376cf5
2 changed files with 14 additions and 0 deletions

View File

@ -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.

View File

@ -1,5 +1,11 @@
2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* 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.
* builtins.c (fold_builtin_fmin_fmax): Handle NaN arguments.
2006-11-26 Razya Ladklesky <razya@il.ibm.com>