* configure.in (vax-*-netbsd*): Don't build gas for this
authorJason Thorpe <thorpej@netbsd.org>
Thu, 30 May 2002 02:47:47 +0000 (02:47 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Thu, 30 May 2002 02:47:47 +0000 (02:47 +0000)
platform.

ChangeLog
configure.in

index 0969e9c..81f3b04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * configure.in (vax-*-netbsd*): Don't build gas for this
+       platform.
+
 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
 
        * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
index b21918e..1c63934 100644 (file)
@@ -633,6 +633,10 @@ case "${target}" in
     # Skip some stuff that's unsupported on some NetBSD configurations.
     case "${target}" in
       i*86-*-netbsdelf*) ;;
+      vax-*-netbsd*)
+       # gas is not yet supported on vax-netbsd.
+       noconfigdirs="gas $noconfigdirs ${libgcj}"
+       ;;
       *)
        noconfigdirs="$noconfigdirs ${libgcj}"
        ;;