summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-05-30 02:47:47 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-05-30 02:47:47 +0000
commit80e780987d314c875809cfb81ed16b5c5ad29b2c (patch)
treedfb15e59a1baf9421c1c94379dd33950eef88d46 /configure.in
parent40693a036f44030cda79123cb075a394f1e6f025 (diff)
downloadgdb-80e780987d314c875809cfb81ed16b5c5ad29b2c.tar.gz
* configure.in (vax-*-netbsd*): Don't build gas for this
platform.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b21918e07d4..1c639345043 100644
--- a/configure.in
+++ b/configure.in
@@ -633,6 +633,10 @@ 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}"
;;