aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gcc.gnu.org>2007-01-11 11:20:44 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2007-01-11 11:20:44 +0000
commite69bf64be925b71e9ba7e6ab13787b672f359ff4 (patch)
tree83dc32e656b87df5db03a64e75f86f41384c07e1 /ChangeLog
parent8b1f719ae7116ff128a298121b5bdeb29d69a793 (diff)
downloadgcc-e69bf64be925b71e9ba7e6ab13787b672f359ff4.tar.gz
gcc-e69bf64be925b71e9ba7e6ab13787b672f359ff4.tar.bz2
gcc-e69bf64be925b71e9ba7e6ab13787b672f359ff4.zip
[multiple changes]
2007-01-11 Paolo Bonzini <bonzini@gnu.org> Nick Clifton <nickc@redhat.com> Kaveh R. Ghazi <ghazi@caip.rutgets.edu> * configure.in (build_configargs, host_configargs, target_configargs): Remove build/host/target parameters. (host_libs): Add gmp and mpfr. (GMP tests): Reorganize to allow in-tree GMP/MPFR. * Makefile.def (gmp, mpfr): New. (gcc): Remove makefile target. * Makefile.tpl (build_os, build_vendor, host_os, host_vendor, target_os, target_vendor): New. (configure): Add host_alias/target_alias arguments. Adjust invocations. * configure: Regenerate. * Makefile.in: Regenerate. 2007-01-11 Matt Fago <fago@earthlink.net> * configure.in: Try to link to functions only in mpfr 2.2.x to improve robustness of configure tests. * configure: Regenerate. From-SVN: r120671
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3210b191c09..98470d3d759 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2007-01-11 Paolo Bonzini <bonzini@gnu.org>
+ Nick Clifton <nickc@redhat.com>
+ Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
+
+ * configure.in (build_configargs, host_configargs, target_configargs):
+ Remove build/host/target parameters.
+ (host_libs): Add gmp and mpfr.
+ (GMP tests): Reorganize to allow in-tree GMP/MPFR.
+ * Makefile.def (gmp, mpfr): New.
+ (gcc): Remove target.
+ * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
+ target_os, target_vendor): New.
+ (configure): Add host_alias/target_alias arguments. Adjust invocations.
+ * configure: Regenerate.
+ * Makefile.in: Regenerate.
+
+2007-01-11 Matt Fago <fago@earthlink.net>
+
+ * configure.in: Try to link to functions only in mpfr 2.2.x
+ to improve robustness of configure tests.
+ * configure: Regenerate.
+
2007-01-09 Uros Bizjak <ubizjak@gmail.com>
* MAINTAINERS: Add myself as i386 maintainer.