diff options
| author | skrll <skrll@NetBSD.org> | 2007-05-15 17:49:08 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2007-05-15 17:49:08 +0000 |
| commit | 7b1e89b840fa256a33875f99a7ab8699fdf27df2 (patch) | |
| tree | 63d9a86698bad952f1d417ac14e7bc2d9216469c /gnu | |
| parent | ab7e2cbd0eba9ef1f2464e929e8145598c57ec31 (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.mh | 2 |
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 |
