mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02: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:
committed by
Richard Earnshaw
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}"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user