]> gcc.gnu.org Git - gcc.git/commitdiff
configure.in (vax-*-netbsd*): Don't build gas for this platform.
authorJason Thorpe <thorpej@wasabisystems.com>
Thu, 30 May 2002 02:53:32 +0000 (02:53 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Thu, 30 May 2002 02:53:32 +0000 (02:53 +0000)
* configure.in (vax-*-netbsd*): Don't build gas for this
platform.

From-SVN: r54040

ChangeLog
configure.in

index d3166ce7d6a53ecf67c141bc6e774147804a0636..32b0a1f97999f623c62b9ab0c667de9fb343281f 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 b21918e07d48eef9e1afc8e1f7cfba897d5bda6d..1c6393450435c628d9ef56956d690484c063aeb9 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}"
        ;;
This page took 0.074136 seconds and 5 git commands to generate.