summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-06-09 01:32:19 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-06-09 01:32:19 +0000
commitbecfb58cd0a4af9a7b4c8b7222373e30d5526c93 (patch)
tree72995cf7aba6430f10e6d45b445aa62b989f53f9 /configure.in
parent14050a093571dffe8f2533800f0137c1e25d4942 (diff)
downloadbinutils-redhat-becfb58cd0a4af9a7b4c8b7222373e30d5526c93.tar.gz
* configure.in (vax-*-netbsd*): Re-enable gas.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 1246195875..5962337875 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}"
;;