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:
parent
a04b53379a
commit
b9c0e1b40e
@ -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>
|
2017-07-25 Yao Qi <yao.qi@linaro.org>
|
||||||
|
|
||||||
* amd64-tdep.c (amd64_init_abi): Make argument default_tdesc
|
* amd64-tdep.c (amd64_init_abi): Make argument default_tdesc
|
||||||
|
@ -345,11 +345,12 @@ case ${gdb_host} in
|
|||||||
# Host: NetBSD/sparc64
|
# Host: NetBSD/sparc64
|
||||||
NATDEPFILES="${NATDEPFILES} sparc64-nbsd-nat.o sparc-nat.o \
|
NATDEPFILES="${NATDEPFILES} sparc64-nbsd-nat.o sparc-nat.o \
|
||||||
bsd-kvm.o"
|
bsd-kvm.o"
|
||||||
|
LOADLIBES='-lkvm'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
nbdself)
|
nbsdelf)
|
||||||
case ${gdb_host_cpu} in
|
case ${gdb_host_cpu} in
|
||||||
arm)
|
arm)
|
||||||
# Host: NetBSD/arm
|
# Host: NetBSD/arm
|
||||||
|
Loading…
Reference in New Issue
Block a user