aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-02-18 17:44:52 +0000
committerMark Kettenis <kettenis@gnu.org>2004-02-18 17:44:52 +0000
commite2879ccb3d6426ec3a6749e3a017ed4177d69648 (patch)
treee8015ab191d3e9f8afa0ea7d5952b1572b61cdbe /gdb/configure.host
parentc43f4bec91518146776eb2ceb93d4945e000851c (diff)
downloadgdb-e2879ccb3d6426ec3a6749e3a017ed4177d69648.zip
gdb-e2879ccb3d6426ec3a6749e3a017ed4177d69648.tar.gz
gdb-e2879ccb3d6426ec3a6749e3a017ed4177d69648.tar.bz2
* 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.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 668008b..232decc 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 ;;