e704cf435b
config/i386/i386sol2.mh, config/m68k/hp300hpux.mh, config/m68k/amix.mh, config/mips/irix[34].mh, config/m88k/delta88.mh, config/sparc/sun4sol2.mh (ALLOCA, ALLOCA1): macros removed. * config/mips/decstation.mh, config/rs6000/rs6000.mh (MMALLOC_LIB): renamed to MMALLOC.
11 lines
383 B
Text
11 lines
383 B
Text
# 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_DISABLE = -DNO_MMALLOC
|