mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
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.
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
# Host: Intel 386 running Mach3
|
|
|
|
XDEPFILES= i387-tdep.o coredep.o
|
|
NATDEPFILES= i386m3-nat.o m3-nat.o
|
|
XM_FILE= xm-i386m3.h
|
|
NAT_FILE= nm-m3.h
|
|
|
|
# Don't use the mmalloc library in Mach 3.
|
|
MMALLOC =
|
|
MMALLOC_DISABLE = -DNO_MMALLOC
|