diff options
Diffstat (limited to 'gdb/config/decstation.mh')
-rw-r--r-- | gdb/config/decstation.mh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/config/decstation.mh b/gdb/config/decstation.mh index 4a71ca2..28da9e3 100644 --- a/gdb/config/decstation.mh +++ b/gdb/config/decstation.mh @@ -1,6 +1,8 @@ # Host: Little-endian MIPS machine such as DECstation. -XDEPFILES= infptrace.o inftarg.o fork-child.o mips-xdep.o coredep.o +XDEPFILES= XM_FILE= xm-mips.h +NAT_FILE= nm-mips.h +NATDEPFILES= infptrace.o inftarg.o coredep.o mips-nat.o fork-child.o # We can't use MMALLOC because the DECstation RPC library can't cope # with a malloc(0) that returns 0. Besides, it's useless on a machine |