blob: 51a692bcc6aba0904358d7cc143f44b5814d48e8 (
plain)
1
2
3
4
5
6
7
8
9
|
# Host: Little endian MIPS machine such as pmax
# running Mach 3.0 operating system
XDEPFILES= os-mach3.o mipsmach3-xdep.o coredep.o
XM_FILE= xm-mipsmach3.h
# Don't use the mmalloc library in Mach 3.
MMALLOC_LIB =
MMALLOC_DISABLE = -DNO_MMALLOC
|