From 1ed586ce1dd53225383bdc7a09ff0939266994b6 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 28 Feb 2014 23:06:14 +0100 Subject: 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. --- gdb/configure.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/configure.host') diff --git a/gdb/configure.host b/gdb/configure.host index 634213f..15a8288 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -164,7 +164,7 @@ sparc-*-netbsdelf* | sparc-*-knetbsd*-gnu) sparc64-*-netbsd* | sparc64-*-knetbsd*-gnu) gdb_host=nbsd64 ;; sparc-*-openbsd*) gdb_host=nbsdelf ;; -sparc64-*-openbsd*) gdb_host=nbsd64 ;; +sparc64-*-openbsd*) gdb_host=obsd64 ;; sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*) gdb_host=sol2 ;; -- cgit v1.1