diff options
Diffstat (limited to 'gdb/config/i386/nbsdelf.mt')
-rw-r--r-- | gdb/config/i386/nbsdelf.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/nbsdelf.mt b/gdb/config/i386/nbsdelf.mt index 2782173..e7bff44 100644 --- a/gdb/config/i386/nbsdelf.mt +++ b/gdb/config/i386/nbsdelf.mt @@ -1,5 +1,5 @@ # Target: Intel 386 running NetBSD -TDEPFILES= i386-tdep.o i387-tdep.o +TDEPFILES= i386-tdep.o i387-tdep.o solib.o solib-svr4.o TM_FILE= tm-nbsdelf.h GDBSERVER_DEPFILES= low-nbsd.o |