Module Name: src Committed By: christos Date: Sun Aug 6 20:25:30 UTC 2023
Modified Files: src/external/gpl3/gdb/dist/gdb: configure.nat Log Message: put back libkvm for amd64. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/dist/gdb/configure.nat Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gdb/dist/gdb/configure.nat diff -u src/external/gpl3/gdb/dist/gdb/configure.nat:1.6 src/external/gpl3/gdb/dist/gdb/configure.nat:1.7 --- src/external/gpl3/gdb/dist/gdb/configure.nat:1.6 Mon Jul 31 13:00:49 2023 +++ src/external/gpl3/gdb/dist/gdb/configure.nat Sun Aug 6 16:25:30 2023 @@ -383,7 +383,9 @@ case ${gdb_host} in i386) # Host: NetBSD/amd64 NATDEPFILES="${NATDEPFILES} netbsd-nat.o amd64-nat.o x86-nat.o \ - nat/x86-dregs.o x86-bsd-nat.o amd64-bsd-nat.o amd64-netbsd-nat.o" + nat/x86-dregs.o x86-bsd-nat.o amd64-bsd-nat.o \ + amd64-netbsd-nat.o bsd-kvm.o" + LOADLIBES='-lkvm' ;; sparc) # Host: NetBSD/sparc64