diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rwxr-xr-x | configure | 1 | ||||
| -rw-r--r-- | configure.in | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -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. @@ -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}" ;; |
