Fix two NetBSD-specific typos in the configure.nat conversion.
authorJohn Baldwin <jhb@FreeBSD.org>
Sat, 15 Jul 2017 15:30:40 +0000 (08:30 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 25 Jul 2017 16:40:44 +0000 (09:40 -0700)
- 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
gdb/configure.nat

index 5aa760971ae32d9531f52e1758e7896c71c208f5..b3f9c7b061efe6cb8146ced6fea939169ad56284 100644 (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
index 2026ee76f5b41900d46a0f23f20a06c611fd40f8..b32c9aa849469c2109fac98b47e4dc95cd9b705e 100644 (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
This page took 0.041003 seconds and 4 git commands to generate.