OSDN Git Service

* configure.in (*-*-netbsd*): New. Skip target-newlib,
authorthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Jan 2002 02:41:37 +0000 (02:41 +0000)
committerthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Jan 2002 02:41:37 +0000 (02:41 +0000)
target-libiberty, and target-libgloss.  Skip Java-related
libraries if not supported for NetBSD on target CPU.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49258 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure.in

index bb2be8e..53d449e 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-25  Douglas B Rupp  <rupp@gnat.com>
 
        * install-sh: Use _inst.$$_ for temp file name.
index 59942e9..957b08f 100644 (file)
@@ -617,6 +617,17 @@ case "${target}" in
   *-*-chorusos)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
     ;;
+  *-*-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-librx target-newlib target-libiberty target-libgloss ${libgcj}"
     ;;