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:
authorMike Stump <mikestump@comcast.net>2007-07-02 22:06:53 +0400
committerMike Stump <mikestump@comcast.net>2007-07-02 22:06:53 +0400
commitd058b81b19dc4312567c4245c9e533c9c728e299 (patch)
tree2fc8db6f62240606cf2f93f903215397d0d9a0d0 /config/ChangeLog
parent5ee15d270da5f1f3a75a2a7631385621d8c2b583 (diff)
* acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Fixup logic for cross
builds. * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Fix incremental builds. (ACX_HAVE_GCC_FOR_TARGET): Likewise.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index af27fc693..3c43dcde1 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,13 @@
+2007-06-27 Mike Stump <mrs@apple.com>
+
+ * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Fixup logic for cross
+ builds.
+
+2007-06-20 Mike Stump <mrs@apple.com>
+
+ * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Fix incremental builds.
+ (ACX_HAVE_GCC_FOR_TARGET): Likewise.
+
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* acx.m4 (ACX_CHECK_PROG_VER): Remove duplicate lines.