Module Name: src Committed By: skrll Date: Sat Oct 22 14:57:50 UTC 2016
Modified Files: src/external/gpl3/gdb/dist/gdb/config/arm: nbsdelf.mh Log Message: Add -lkvm for bsd-kvm.o To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh 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/config/arm/nbsdelf.mh diff -u src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.4 src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.5 --- src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.4 Sat Oct 22 14:38:07 2016 +++ src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh Sat Oct 22 14:57:50 2016 @@ -1,3 +1,5 @@ # Host: NetBSD/arm NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o armnbsd-nat.o \ bsd-kvm.o nbsd-thread.o + +LOADLIBES= -lkvm