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:
authorDavid Daney <ddaney@caviumnetworks.com>2007-09-12 21:51:22 +0400
committerDavid Daney <ddaney@caviumnetworks.com>2007-09-12 21:51:22 +0400
commit1b410bcf088fb351f9779e6fb4dc2c56e1a73e89 (patch)
treefb9c37fca918c0b11e62dbed9eb4095ccf8d86d2 /ChangeLog
parent420cb191737b1f33635c062bd30c0a974984af42 (diff)
2007-09-12 David Daney <ddaney@avtrex.com>
* configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus enabling libgcj. * configure: Regenerate. 2007-09-12 Richard Guenther <rguenther@suse.de> * configure.ac (--enable-stage1-checking): If neither --enable-checking nor --disable-checking is provided also turn on yes and types checking for stage1. * configure: Re-generate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0fab6e92..57beec50e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-09-12 David Daney <ddaney@avtrex.com>
+
+ * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
+ enabling libgcj.
+ * configure: Regenerate.
+
+2007-09-12 Richard Guenther <rguenther@suse.de>
+
+ * configure.ac (--enable-stage1-checking): If neither --enable-checking
+ nor --disable-checking is provided also turn on yes and types
+ checking for stage1.
+ * configure: Re-generate.
+
2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR target/33281