aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2014-02-28 23:06:14 +0100
committerMark Kettenis <kettenis@gnu.org>2014-02-28 23:07:55 +0100
commit1ed586ce1dd53225383bdc7a09ff0939266994b6 (patch)
tree9e87e1f574082c141147ef284acabef5d40aabb3 /gdb/config
parentab4756af55ddfeade06d9a14c0bd9e5c64145467 (diff)
downloadgdb-1ed586ce1dd53225383bdc7a09ff0939266994b6.zip
gdb-1ed586ce1dd53225383bdc7a09ff0939266994b6.tar.gz
gdb-1ed586ce1dd53225383bdc7a09ff0939266994b6.tar.bz2
Enable rthreads supports on OpenBSD/sparc64.
gdb/ChangeLog: * configure.host (sparc64-*-openbsd*): Set gdb_host to obsd64. * config/sparc/obsd64.mh: New file. * sparc64obsd-nat.c: New file.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/sparc/obsd64.mh5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/sparc/obsd64.mh b/gdb/config/sparc/obsd64.mh
new file mode 100644
index 0000000..d15e34d
--- /dev/null
+++ b/gdb/config/sparc/obsd64.mh
@@ -0,0 +1,5 @@
+# Host: OpenBSD/sparc64
+NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o \
+ sparc64obsd-nat.o sparc-nat.o bsd-kvm.o
+
+LOADLIBES= -lkvm