diff options
Diffstat (limited to 'gdb/config/i386/nbsdaout.mh')
-rw-r--r-- | gdb/config/i386/nbsdaout.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/nbsdaout.mh b/gdb/config/i386/nbsdaout.mh index a14130a..9ea1952 100644 --- a/gdb/config/i386/nbsdaout.mh +++ b/gdb/config/i386/nbsdaout.mh @@ -1,6 +1,6 @@ # Host: NetBSD/i386 a.out NATDEPFILES= fork-child.o inf-ptrace.o \ - i386bsd-nat.o i386nbsd-nat.o bsd-kvm.o \ + nbsd-nat.o i386bsd-nat.o i386nbsd-nat.o bsd-kvm.o \ solib.o solib-sunos.o LOADLIBES= -lkvm |