* configure.in (*-*-netbsd*): New. Skip target-newlib,
authorJason Thorpe <thorpej@netbsd.org>
Sun, 27 Jan 2002 02:14:43 +0000 (02:14 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Sun, 27 Jan 2002 02:14:43 +0000 (02:14 +0000)
target-libiberty, and target-libgloss.  Skip Java-related
libraries if not supported for NetBSD on target CPU.

ChangeLog
configure.in

index da93bd2b8f71614febcd2f9a1f0b509013494d11..03b39e0e5f78f22fe9e48b7aa163d46be9a44888 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 75bf46382be3d56c44246097e07c2ce7aecfc483..a9219bb0b826d72ce9f32fea180bf717d68eccfc 100644 (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"
     ;;
This page took 0.039037 seconds and 4 git commands to generate.