Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2007-01-11 14:22:52 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2007-01-11 14:22:52 +0300
commit42f55f77a8ae962f32f28b7f0bd613607703342a (patch)
tree339e24af7efb82d9bdd65b8d58b0cedb185b2c4b /ChangeLog
parent9a08dde11aa431fbc18551abdd71ae8d120f3d5c (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c93202577..4c5549c27 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-08 Kai Tietz <kai.tietz@onevision.com>
* configure.in: Add support for an x86_64-mingw* target.