configure.in (arm-*-netbsdelf*): Enable building java libraries.

* configure.in (arm-*-netbsdelf*): Enable building java libraries.
* configure: Regenerated.

From-SVN: r65694
This commit is contained in:
Richard Earnshaw 2003-04-16 18:33:59 +00:00 committed by Richard Earnshaw
parent bc617f8a48
commit 0590b963aa
3 changed files with 7 additions and 0 deletions

View File

@ -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.

1
configure vendored
View File

@ -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}"
;;

View 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}"
;;