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:
authorJoseph Myers <joseph@codesourcery.com>2011-04-28 20:46:34 +0400
committerJoseph Myers <joseph@codesourcery.com>2011-04-28 20:46:34 +0400
commit530994bdce6a6ec12b8223d57cf4654e1609169e (patch)
tree671540a407f7d62c0a47c9a6f8712f2cbd26cc1b /ChangeLog
parentfd04c2f0045e1488274528063a5caa5db5fe23dd (diff)
* configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*, arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove cases in libgcj-disabling case statement. (hppa*64*-*-linux*): Set unsupported_languages instead of disabling target-zlib. (hppa*64*-*-*): Restrict case in libgcj-disabling case statement to hppa*64*-*-hpux*. (hppa*-*-*): Restrict case in libgcj-disabling case statement to hppa*-*-hpux*. (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf, i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*, i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* | fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*, sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in libgcj-disabling case statement. * configure: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1829df3f5..d63c2733b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
2011-04-28 Joseph Myers <joseph@codesourcery.com>
+ * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
+ alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
+ arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
+ cases in libgcj-disabling case statement.
+ (hppa*64*-*-linux*): Set unsupported_languages instead of
+ disabling target-zlib.
+ (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
+ to hppa*64*-*-hpux*.
+ (hppa*-*-*): Restrict case in libgcj-disabling case statement to
+ hppa*-*-hpux*.
+ (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
+ i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
+ i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
+ fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
+ powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
+ sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
+ sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
+ *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
+ libgcj-disabling case statement.
+ * configure: Regenerate.
+
+2011-04-28 Joseph Myers <joseph@codesourcery.com>
+
* configure.ac: Disable Java for targets not supporting libffi.
(*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
Remove cases in Java-disabling statement.