Checkin ChangeLogs from previous checkin.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Nov 2006 00:23:24 +0000 (00:23 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Nov 2006 00:23:24 +0000 (00:23 +0000)
        * 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

ChangeLog
gcc/ChangeLog

index a998289..4034b82 100644 (file)
--- 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.
index 52bc845..d3f2578 100644 (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>