mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
2e384b3b50
overrides, to avoid problem in xdr_bytes with malloc(0) => 0.
10 lines
331 B
Plaintext
10 lines
331 B
Plaintext
# Host: Little-endian MIPS machine such as DECstation.
|
|
XDEPFILES= infptrace.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
|