blob: d7baecf1e3c4fc67405f9f088b724ace6af41f8b (
plain)
1
2
3
4
5
6
7
8
9
10
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 =
MMALLOC_CFLAGS = -DNO_MMALLOC
|