mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-25 03:04:01 +08:00
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:
parent
bc617f8a48
commit
0590b963aa
@ -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
1
configure
vendored
@ -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}"
|
||||
;;
|
||||
|
@ -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}"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user