01cd70b985
config/ns32k/ns32km3.mh: Define NAT_FILE. * config/nm-m3.h: Change guard from _OS_MACH3_H_ and _OS_MACH3_H (it was inconsistent and namespace-wrong) to NM_M3_H. * m3-nat.c (mach_really_wait): Change parameter name to ourstatus. (m3_open): New function. (m3_ops): Use it. * TODO: Update Mach section. * Makefile.in: Remove "rapp" stuff; it is superseded by gdbserver.
9 lines
191 B
Text
9 lines
191 B
Text
# Host: ns32k running Mach3
|
|
|
|
NATDEPFILES= m3-nat.o ns32km3-nat.o
|
|
XM_FILE= xm-ns32km3.h
|
|
NAT_FILE= nm-m3.h
|
|
|
|
# Don't use the mmalloc library in Mach 3.
|
|
MMALLOC =
|
|
MMALLOC_DISABLE = -DNO_MMALLOC
|