* configure.in (*-*-netbsd*): New. Skip target-newlib,

target-libiberty, and target-libgloss.  Skip Java-related
libraries if not supported for NetBSD on target CPU.
This commit is contained in:
Jason Thorpe 2002-01-27 02:14:43 +00:00
parent ab5d177972
commit 0dbef4a192
2 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
* configure.in (*-*-netbsd*): New. Skip target-newlib,
target-libiberty, and target-libgloss. Skip Java-related
libraries if not supported for NetBSD on target CPU.
2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
* configure.in: Import StrongARM and XScale target_configdirs from

View File

@ -601,6 +601,17 @@ no)
esac
case "${target}" in
*-*-netbsd*)
# Skip some stuff on all NetBSD configurations.
skipdirs="$skipdirs target-newlib target-libiberty target-libgloss"
# Skip some stuff that's unsupported on some NetBSD configurations.
case "${target}" in
*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;
esac
;;
*-*-netware)
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-newlib target-libiberty target-libgloss target-libffi"
;;