Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@wasabisystems.com>2002-01-27 05:14:43 +0300
committerJason Thorpe <thorpej@wasabisystems.com>2002-01-27 05:14:43 +0300
commit0dbef4a1922a552f5670930e67013b3056813091 (patch)
tree0e843a3f4b890b6a245c11fa7160bcd210f58b77 /configure.in
parentab5d17797232a3d1750450d4d55a8a15f73c053c (diff)
* configure.in (*-*-netbsd*): New. Skip target-newlib,
target-libiberty, and target-libgloss. Skip Java-related libraries if not supported for NetBSD on target CPU.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 75bf46382..a9219bb0b 100644
--- a/configure.in
+++ b/configure.in
@@ -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"
;;