diff options
author | Stu Grossman <grossman@cygnus> | 1992-02-01 12:46:55 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-02-01 12:46:55 +0000 |
commit | 9e8bf29afd779c353af4b8e10e20d5f6b82ce49f (patch) | |
tree | 6eaf0237b2b4703d790e274e40783ed43c132e6c /gdb/configure.in | |
parent | 96499e9638305ae678bc1ed4c53cc0acc1df648d (diff) | |
download | gdb-9e8bf29afd779c353af4b8e10e20d5f6b82ce49f.zip gdb-9e8bf29afd779c353af4b8e10e20d5f6b82ce49f.tar.gz gdb-9e8bf29afd779c353af4b8e10e20d5f6b82ce49f.tar.bz2 |
* xm-vax.h, xm-vaxult.h, xm-vaxbsd.h, config/mh-vaxult,
config/mh-vaxbsd, configure.in: Split up config stuff for Vaxen
into BSD and Ultrix.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 2e9813e..e906434 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -129,7 +129,16 @@ m88k) esac ;; -arm | vax | merlin | none | np1 | pn | pyramid | tahoe) +vax) + case "${host_os}" in + bsd*) + gdb_host=vaxbsd ;; + ultrix*) + gdb_host=vaxult ;; + esac + ;; + +arm | merlin | none | np1 | pn | pyramid | tahoe) gdb_host=${host_cpu} ;; |