355b334f68
config/mips/{mipsm3.mt,mipsm3.mh}, config/ns32k/{ns32km3.mt,ns32km3.mh}: Use correct names for TM_FILE and XM_FILE. Replace host files *mach3-xdep.o with native files *m3-nat.o. Replace host file os-mach3.o with native file m3-nat.o.
10 lines
252 B
Text
10 lines
252 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_LIB =
|
|
MMALLOC_DISABLE = -DNO_MMALLOC
|