]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Checkin ChangeLogs from previous checkin.
authorKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 27 Nov 2006 00:23:24 +0000 (00:23 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
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.

From-SVN: r119240

ChangeLog
gcc/ChangeLog

index a998289f5a1cc1a0161ca106483ec9da29365dca..4034b820f574b582c40b3880d20978db6e552f80 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 52bc845c741eee21868a03a128b083a1e791c31c..d3f2578e0e93fd7c89d81d1b02fc5d04fb40399a 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>