]> gcc.gnu.org Git - gcc.git/commitdiff
configure.in (arm-*-netbsdelf*): Enable building java libraries.
authorRichard Earnshaw <rearnsha@arm.com>
Wed, 16 Apr 2003 18:33:59 +0000 (18:33 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Wed, 16 Apr 2003 18:33:59 +0000 (18:33 +0000)
* configure.in (arm-*-netbsdelf*): Enable building java libraries.
* configure: Regenerated.

From-SVN: r65694

ChangeLog
configure
configure.in

index e320931ed39a57341d5103710f814b5681753173..3b7f8a38c0b04b64cba1996d99906102900207c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
+
+       * configure.in (arm-*-netbsdelf*): Enable building java libraries.
+       * configure: Regenerated.
+
 2003-04-15  DJ Delorie  <dj@redhat.com>
 
        * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
index 3fc3a7278466ecf22fee5eb81e4bbe2817d3c48e..8b10e6615050f6b5057cee04447b6b39bcc359f5 100755 (executable)
--- a/configure
+++ b/configure
@@ -1009,6 +1009,7 @@ case "${target}" in
     # Skip some stuff that's unsupported on some NetBSD configurations.
     case "${target}" in
       i*86-*-netbsdelf*) ;;
+      arm*-*-netbsdelf*) ;;
       *)
        noconfigdirs="$noconfigdirs ${libgcj}"
        ;;
index 45239e2fa8f3c433478b616e23fa218f242919cf..b4e8099cbb072896d8b2236e629f052a9bf0ad77 100644 (file)
@@ -349,6 +349,7 @@ case "${target}" in
     # Skip some stuff that's unsupported on some NetBSD configurations.
     case "${target}" in
       i*86-*-netbsdelf*) ;;
+      arm*-*-netbsdelf*) ;;
       *)
        noconfigdirs="$noconfigdirs ${libgcj}"
        ;;
This page took 0.080764 seconds and 5 git commands to generate.