* configure.in (vax-*-netbsd*): Re-enable gas.

This commit is contained in:
Jason Thorpe 2002-06-09 01:32:19 +00:00
parent a004a5b8fb
commit 6643e348be
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View 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}"
;;