diff options
Diffstat (limited to 'gdb/config/decstation.mh')
-rw-r--r-- | gdb/config/decstation.mh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/config/decstation.mh b/gdb/config/decstation.mh deleted file mode 100644 index 27cf5fd..0000000 --- a/gdb/config/decstation.mh +++ /dev/null @@ -1,11 +0,0 @@ -# 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 |