aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-06-26 10:06:35 +0000
committerMark Kettenis <kettenis@gnu.org>2004-06-26 10:06:35 +0000
commit0e56aeafa8e93c62a52a7b45d90550130285576b (patch)
tree1a7cc78b7adf08e34c32e45dc971a7a511db305b /gdb/configure.host
parentd0618d1c97a6aa1b2f019fc65030fbe43d865cd1 (diff)
downloadfsf-binutils-gdb-0e56aeafa8e93c62a52a7b45d90550130285576b.zip
fsf-binutils-gdb-0e56aeafa8e93c62a52a7b45d90550130285576b.tar.gz
fsf-binutils-gdb-0e56aeafa8e93c62a52a7b45d90550130285576b.tar.bz2
Add OpenBSD/hppa support.
* NEWS (New native configurations): Mention OpenBSD/hppa. * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh, config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New files. * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c. (hppabsd-nat.o, hppabsd-tdep.c): New dependencies. * configure.host: Add hppa*-*-openbsd*. * configure.tgt: Add hppa*-*-openbsd*.
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 8866155..a2a8d5d 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -50,6 +50,7 @@ hppa*64*-*-hpux11*) gdb_host=hpux11w ;;
hppa*-*-hpux11*) gdb_host=hpux11 ;;
hppa*-*-hpux*) gdb_host=hppahpux ;;
hppa*-*-linux*) gdb_host=linux ;;
+hppa*-*-openbsd*) gdb_host=obsd ;;
i[34567]86-ncr-*) gdb_host=ncr3000 ;;
i[34567]86-*-dgux*) gdb_host=i386v4 ;;