OSDN Git Service

* configure.in (vax-*-netbsd*): Re-enable gas.
authorthorpej <thorpej>
Sun, 9 Jun 2002 01:32:19 +0000 (01:32 +0000)
committerthorpej <thorpej>
Sun, 9 Jun 2002 01:32:19 +0000 (01:32 +0000)
ChangeLog
configure.in

index ccd0758..ca2d693 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * configure.in (vax-*-netbsd*): Re-enable gas.
+
 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
 
        * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
index 1246195..5962337 100644 (file)
@@ -633,10 +633,6 @@ 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}"
        ;;