diff options
Diffstat (limited to 'gdb/config/mips/decstation.mh')
-rw-r--r-- | gdb/config/mips/decstation.mh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/config/mips/decstation.mh b/gdb/config/mips/decstation.mh new file mode 100644 index 0000000..27cf5fd --- /dev/null +++ b/gdb/config/mips/decstation.mh @@ -0,0 +1,11 @@ +# Host: Little-endian MIPS machine such as DECstation. +XDEPFILES= +XM_FILE= xm-mips.h +NAT_FILE= nm-mips.h +NATDEPFILES= infptrace.o inftarg.o corelow.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 +# without a real mmap(). +MMALLOC_LIB = +MMALLOC_DISABLE = -DNO_MMALLOC |