aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaveh Ghazi <ghazi@gcc.gnu.org>2006-11-27 00:23:24 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2006-11-27 00:23:24 +0000
commitf019376cf52c44761f3ad38ef7ea9f0465f30306 (patch)
tree5cb98fcaaf086f14053d03410aa7fdb95efd0309
parent51fe931be44138ee3ebdd289f8dc81ef5476da0d (diff)
downloadgcc-f019376cf52c44761f3ad38ef7ea9f0465f30306.zip
gcc-f019376cf52c44761f3ad38ef7ea9f0465f30306.tar.gz
gcc-f019376cf52c44761f3ad38ef7ea9f0465f30306.tar.bz2
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
-rw-r--r--ChangeLog8
-rw-r--r--gcc/ChangeLog6
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a998289..4034b82 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.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 52bc845..d3f2578 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>