diff --git a/ChangeLog b/ChangeLog index b7117fe4751..b4b986fe7ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-06-08 Jason Thorpe + + * configure.in (vax-*-netbsd*): Re-enable gas. + 2002-05-31 Nathanael Nerode * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX, diff --git a/configure.in b/configure.in index 12461958756..5962337875f 100644 --- a/configure.in +++ b/configure.in @@ -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}" ;;