summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-04-15 15:10:01 +0000
committerMark Kettenis <kettenis@gnu.org>2004-04-15 15:10:01 +0000
commit146c5521df25e49f9df2c3c94e02510e8e429fdc (patch)
tree76adf8d90bb0b882550d468463cd1eb9a81126f8 /gdb/configure.host
parent145d6d51137a230027f1af9e8432d4164bd57daa (diff)
downloadgdb-146c5521df25e49f9df2c3c94e02510e8e429fdc.tar.gz
* NEWS (New native configurations): Mention OpenBSD/vax.
* configure.host: Add vax-*-openbsd*. * config/vax/obsd.mh: New file. * config/vax/nm-obsd.h: New file.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 660dafdbc9f..f3344ce3660 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -124,6 +124,7 @@ sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*)
vax-*-netbsdelf*) gdb_host=nbsdelf ;;
vax-*-netbsd*) gdb_host=nbsdaout ;;
+vax-*-openbsd*) gdb_host=obsd ;;
vax-*-bsd*) gdb_host=vaxbsd ;;
vax-*-ultrix2*) gdb_host=vaxult2 ;;
vax-*-ultrix*) gdb_host=vaxult ;;