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:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog73
1 files changed, 73 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7678e92b..f4534ccd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,76 @@
+2007-10-01 Paolo Bonzini <bonzini@gnu.org>
+
+ * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
+ DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
+ LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
+ WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
+ * configure.ac: Default them to host tools for $host = $build.
+ Subst them.
+
+ * configure: Regenerate.
+ * Makefile.in: Regenerate.
+
+2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
+
+ * configure.ac (mipsisa*-*-elfoabi*): New stanza.
+ * configure: Regenerate.
+
+2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
+
+ * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
+ libstdc++.
+ * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
+ * configure: Regenerate.
+ * Makefile.in: Regenerate.
+
+2007-09-17 Andreas Schwab <schwab@suse.de>
+
+ * configure.ac: Raise minimum makeinfo version to 4.6.
+ * configure: Regenerate.
+
+2007-09-15 Alan Modra <amodra@bigpond.net.au>
+
+ * configure.ac: Correct makeinfo version check.
+ * configure: Regenerate.
+
+2007-09-14 Richard Sandiford <richard@codesourcery.com>
+
+ * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
+ to $skipdirs and only disable gprof for newlib. Use the normal
+ mips*-elf* handling in other respects.
+ * configure: Regnerate.
+
+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
+ * configure.ac: Use config/mh-mingw on mingw.
+ * configure: Regenerate.
+
+2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
+
+ PR other/32154
+ * configure.ac: For libgloss targets, point the linker to the linker
+ script, startup code and simulator library.
+ * configure: Regenerate.
+
+2007-09-09 Andrew Haley <aph@redhat.com>
+
+ * configure.ac (noconfigdirs): Remove target-libffi and
+ target-libjava.
+
2007-08-29 Nick Clifton <nickc@redhat.com>
* config.sub, config.guess: Update from upstream sources.