* ldlang.c (dprint_statement): Stop printing at end of list.
[deliverable/binutils-gdb.git] / gdb / config / mips / decstation.mh
CommitLineData
5076de82
FF
1# Host: Little-endian MIPS machine such as DECstation.
2XDEPFILES=
3XM_FILE= xm-mips.h
4NAT_FILE= nm-mips.h
5NATDEPFILES= infptrace.o inftarg.o corelow.o mips-nat.o fork-child.o
6
7# We can't use MMALLOC because the DECstation RPC library can't cope
8# with a malloc(0) that returns 0. Besides, it's useless on a machine
9# without a real mmap().
e704cf43 10MMALLOC =
5076de82 11MMALLOC_DISABLE = -DNO_MMALLOC
This page took 0.162633 seconds and 4 git commands to generate.