aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>2003-04-16 18:33:59 +0000
committerRichard Earnshaw <rearnsha@gcc.gnu.org>2003-04-16 18:33:59 +0000
commit0590b963aac4aab8b59aa6ea389c691cea0b20b8 (patch)
tree895f68561657bb3fe53af09e8845ea691ac42081
parentbc617f8a484b8682384f2e9a7a2f68522180fc1c (diff)
downloadgcc-0590b963aac4aab8b59aa6ea389c691cea0b20b8.zip
gcc-0590b963aac4aab8b59aa6ea389c691cea0b20b8.tar.gz
gcc-0590b963aac4aab8b59aa6ea389c691cea0b20b8.tar.bz2
configure.in (arm-*-netbsdelf*): Enable building java libraries.
* configure.in (arm-*-netbsdelf*): Enable building java libraries. * configure: Regenerated. From-SVN: r65694
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure1
-rw-r--r--configure.in1
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e320931..3b7f8a3 100644
--- 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.
diff --git a/configure b/configure
index 3fc3a72..8b10e66 100755
--- 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}"
;;
diff --git a/configure.in b/configure.in
index 45239e2..b4e8099 100644
--- a/configure.in
+++ b/configure.in
@@ -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}"
;;