mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
# Host: Little-endian MIPS machine such as DECstation.
|
|
XDEPFILES= infptrace.o inftarg.o fork-child.o mips-xdep.o coredep.o
|
|
XM_FILE= xm-mips.h
|
|
|
|
# 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
|