diff options
author | Mark Kettenis <kettenis@gnu.org> | 2014-02-28 23:06:14 +0100 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2014-02-28 23:07:55 +0100 |
commit | 1ed586ce1dd53225383bdc7a09ff0939266994b6 (patch) | |
tree | 9e87e1f574082c141147ef284acabef5d40aabb3 /gdb/configure.host | |
parent | ab4756af55ddfeade06d9a14c0bd9e5c64145467 (diff) | |
download | gdb-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/configure.host')
-rw-r--r-- | gdb/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |