diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-06-26 10:06:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-06-26 10:06:35 +0000 |
commit | 0e56aeafa8e93c62a52a7b45d90550130285576b (patch) | |
tree | 1a7cc78b7adf08e34c32e45dc971a7a511db305b /gdb/configure.host | |
parent | d0618d1c97a6aa1b2f019fc65030fbe43d865cd1 (diff) | |
download | binutils-gdb-0e56aeafa8e93c62a52a7b45d90550130285576b.tar.gz |
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.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 886615559ee..a2a8d5d36a0 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 ;; |