diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-02-18 17:44:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-02-18 17:44:52 +0000 |
commit | 962b7e54b8ec7f0bad7d571b3e9cc26f1fa6ee78 (patch) | |
tree | ffa7df709f48b0b2c9ac583039c0906c2ffc2f8a /gdb/configure.host | |
parent | d90dd836b78c610c4f1e43851a014d73d966f893 (diff) | |
download | gdb-962b7e54b8ec7f0bad7d571b3e9cc26f1fa6ee78.tar.gz |
* amd64obsd-tdep.c, amd64obsd-nat.c: New files.
* Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
dependencies.
* configure.host: Add x86_64-*-openbsd*.
* configure.tgt: Add x86_64-*-openbsd*.
* config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
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 668008bf0f2..232deccb9b6 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -147,6 +147,7 @@ vax-*-ultrix*) gdb_host=vaxult ;; x86_64-*-linux*) gdb_host=x86-64linux ;; x86_64-*-freebsd*) gdb_host=fbsd64 ;; x86_64-*-netbsd*) gdb_host=nbsd64 ;; +x86_64-*-openbsd*) gdb_host=obsd64 ;; m32r*-*-linux*) gdb_host=linux ;; |