overrides, to avoid problem in xdr_bytes with malloc(0) => 0.
+Sat Sep 19 03:14:37 1992 John Gilmore (gnu@cygnus.com)
+
+ * config/decstation.mh: Add MMALLOC_LIB and MMALLOC_DISABLE
+ overrides, to avoid problem in xdr_bytes with malloc(0) => 0.
+
Wed Sep 16 20:04:54 1992 K. Richard Pixley (rich@sendai.cygnus.com)
* target.h (struct target_ops): removed to_convert_to_virtual and
# Host: Little-endian MIPS machine such as DECstation.
XDEPFILES= infptrace.o mips-xdep.o coredep.o
XM_FILE= xm-mips.h
+
+# 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