df0393e345
config/ns32k/ns32km3.mh: Change MMALLOC_LIB to MMALLOC. * TODO: Update Mach stuff.
10 lines
248 B
Text
10 lines
248 B
Text
# Host: Little endian MIPS machine such as pmax
|
|
# running Mach 3.0 operating system
|
|
|
|
XDEPFILES= coredep.o
|
|
NATDEPFILES= mipsm3-nat.o m3-nat.o
|
|
XM_FILE= xm-mipsm3.h
|
|
|
|
# Don't use the mmalloc library in Mach 3.
|
|
MMALLOC =
|
|
MMALLOC_DISABLE = -DNO_MMALLOC
|