mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
62aa17e322
* config/delta88.mt, m88k.mt (TDEPFILES): Remove coredep.o, it's native dependent.
12 lines
397 B
Plaintext
12 lines
397 B
Plaintext
# Host: Little-endian MIPS machine such as DECstation.
|
|
XDEPFILES=
|
|
XM_FILE= xm-mips.h
|
|
NAT_FILE= nm-mips.h
|
|
NATDEPFILES= infptrace.o inftarg.o coredep.o corelow.o mips-nat.o fork-child.o
|
|
|
|
# We can't use MMALLOC because the DECstation RPC library can't cope
|
|
# with a malloc(0) that returns 0. Besides, it's useless on a machine
|
|
# without a real mmap().
|
|
MMALLOC_LIB =
|
|
MMALLOC_DISABLE = -DNO_MMALLOC
|