aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@wasabisystems.com>2002-06-09 01:34:39 +0000
committerJason Thorpe <thorpej@gcc.gnu.org>2002-06-09 01:34:39 +0000
commitf210d2390da5b25abee4bd86e4263e3d3bc5395f (patch)
treeb550cbc12963254e0fac0eabb3d17218efd7f74c
parent5a9ee623873a28efd20ff99dda1e42d4691b96f9 (diff)
downloadgcc-f210d2390da5b25abee4bd86e4263e3d3bc5395f.zip
gcc-f210d2390da5b25abee4bd86e4263e3d3bc5395f.tar.gz
gcc-f210d2390da5b25abee4bd86e4263e3d3bc5395f.tar.bz2
* configure.in (vax-*-netbsd*): Re-enable gas.
From-SVN: r54391
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b7117fe..b4b986f 100644
--- 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,
diff --git a/configure.in b/configure.in
index 1246195..5962337 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}"
;;