From: Richard Earnshaw Date: Wed, 16 Apr 2003 18:33:59 +0000 (+0000) Subject: configure.in (arm-*-netbsdelf*): Enable building java libraries. X-Git-Tag: releases/gcc-3.4.0~7248 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=0590b963aac4aab8b59aa6ea389c691cea0b20b8;p=gcc.git configure.in (arm-*-netbsdelf*): Enable building java libraries. * configure.in (arm-*-netbsdelf*): Enable building java libraries. * configure: Regenerated. From-SVN: r65694 --- diff --git a/ChangeLog b/ChangeLog index e320931ed39a..3b7f8a38c0b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-16 Richard Earnshaw + + * configure.in (arm-*-netbsdelf*): Enable building java libraries. + * configure: Regenerated. + 2003-04-15 DJ Delorie * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer. diff --git a/configure b/configure index 3fc3a7278466..8b10e6615050 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 45239e2fa8f3..b4e8099cbb07 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}" ;;