diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | config/ChangeLog | 7 |
2 files changed, 8 insertions, 4 deletions
@@ -1,9 +1,8 @@ -2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> +2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> PR target/33281 * configure.ac: Use config/mh-mingw on mingw. * configure: Regenerate. - * config/mh-mingw: New host makefile fragment. 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk> @@ -15,7 +14,7 @@ 2007-09-09 Andrew Haley <aph@redhat.com> * configure.ac (noconfigdirs): Remove target-libffi and - target-libjava. + target-libjava. 2007-08-29 Nick Clifton <nickc@redhat.com> diff --git a/config/ChangeLog b/config/ChangeLog index cb0b61a..10087d8 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,10 +1,15 @@ +2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + + PR target/33281 + * mh-mingw: New host makefile fragment. + 2007-09-07 Richard Sandiford <richard@codesourcery.com> * mt-sde (CFLAGS_FOR_TARGET): Add -mno-gpopt. (CXXFLAGS_FOR_TARGET): Likewise. 2007-08-18 Paul Brook <paul@codesourcery.com> - Joseph Myers <joseph@codesourcery.com> + Joseph Myers <joseph@codesourcery.com> * mt-gnu (CXXFLAGS_FOR_TARGET): Add $(DEBUG_PREFIX_CFLAGS_FOR_TARGET). |