summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2007-05-15 17:49:08 +0000
committerskrll <skrll@NetBSD.org>2007-05-15 17:49:08 +0000
commit7b1e89b840fa256a33875f99a7ab8699fdf27df2 (patch)
tree63d9a86698bad952f1d417ac14e7bc2d9216469c /gnu
parentab7e2cbd0eba9ef1f2464e929e8145598c57ec31 (diff)
Add LOADLIBES= -lkvm - it's needed when someone(tm) feeds this upstream.
src/gnu/usr.bin/gdb6 and mknative should probably pay attention to LOADLIBES.... one day.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/dist/gdb6/gdb/config/i386/nbsd64.mh2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/dist/gdb6/gdb/config/i386/nbsd64.mh b/gnu/dist/gdb6/gdb/config/i386/nbsd64.mh
index dd7f67e0104..03271d74836 100644
--- a/gnu/dist/gdb6/gdb/config/i386/nbsd64.mh
+++ b/gnu/dist/gdb6/gdb/config/i386/nbsd64.mh
@@ -1,3 +1,5 @@
# Host: NetBSD/amd64
NATDEPFILES= fork-child.o inf-ptrace.o \
amd64-nat.o amd64bsd-nat.o nbsd-nat.o amd64nbsd-nat.o bsd-kvm.o
+
+LOADLIBES= -lkvm