* 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:
parent
ab5d177972
commit
0dbef4a192
|
@ -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>
|
2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
* configure.in: Import StrongARM and XScale target_configdirs from
|
* configure.in: Import StrongARM and XScale target_configdirs from
|
||||||
|
|
11
configure.in
11
configure.in
|
@ -601,6 +601,17 @@ no)
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "${target}" in
|
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)
|
*-*-netware)
|
||||||
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-newlib target-libiberty target-libgloss target-libffi"
|
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-newlib target-libiberty target-libgloss target-libffi"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue