From b9c0e1b40ee4e7eeb3e2850720bf30f28e2e17b1 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Sat, 15 Jul 2017 08:30:40 -0700 Subject: Fix two NetBSD-specific typos in the configure.nat conversion. - Add the '-lkvm' library requirement for NetBSD/sparc64. - Fix spelling of 'nbsdelf' host. gdb/Changelog: * configure.nat: Add "-lkvm" for NetBSD/sparc64 and fix typo. --- gdb/ChangeLog | 4 ++++ gdb/configure.nat | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5aa760971ae..b3f9c7b061e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-07-25 John Baldwin + + * configure.nat: Add "-lkvm" for NetBSD/sparc64 and fix typo. + 2017-07-25 Yao Qi * amd64-tdep.c (amd64_init_abi): Make argument default_tdesc diff --git a/gdb/configure.nat b/gdb/configure.nat index 2026ee76f5b..b32c9aa8494 100644 --- a/gdb/configure.nat +++ b/gdb/configure.nat @@ -345,11 +345,12 @@ case ${gdb_host} in # Host: NetBSD/sparc64 NATDEPFILES="${NATDEPFILES} sparc64-nbsd-nat.o sparc-nat.o \ bsd-kvm.o" + LOADLIBES='-lkvm' ;; esac ;; - nbdself) + nbsdelf) case ${gdb_host_cpu} in arm) # Host: NetBSD/arm -- cgit v1.2.3-65-gdbad