From f210d2390da5b25abee4bd86e4263e3d3bc5395f Mon Sep 17 00:00:00 2001 From: Jason Thorpe Date: Sun, 9 Jun 2002 01:34:39 +0000 Subject: [PATCH] * configure.in (vax-*-netbsd*): Re-enable gas. From-SVN: r54391 --- ChangeLog | 4 ++++ configure.in | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) 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}" ;;