aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
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.tgt
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.tgt')
-rw-r--r--gdb/configure.tgt1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index fe1702e..08afd98 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -217,6 +217,7 @@ x86_64-*-linux*) gdb_target=x86-64linux
build_gdbserver=yes
;;
x86_64-*-netbsd*) gdb_target=nbsd64 ;;
+x86_64-*-openbsd*) gdb_target=obsd64 ;;
esac