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.
This commit is contained in:
John Baldwin 2017-07-15 08:30:40 -07:00
parent a04b53379a
commit b9c0e1b40e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-07-25 John Baldwin <jhb@FreeBSD.org>
* configure.nat: Add "-lkvm" for NetBSD/sparc64 and fix typo.
2017-07-25 Yao Qi <yao.qi@linaro.org>
* amd64-tdep.c (amd64_init_abi): Make argument default_tdesc

View File

@ -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