Add inftarg.o and fork-child.o to all *.mh that reference infptrace.o.
[deliverable/binutils-gdb.git] / gdb / config / decstation.mh
1 # Host: Little-endian MIPS machine such as DECstation.
2 XDEPFILES= infptrace.o inftarg.o fork-child.o mips-xdep.o coredep.o
3 XM_FILE= xm-mips.h
4
5 # We can't use MMALLOC because the DECstation RPC library can't cope
6 # with a malloc(0) that returns 0. Besides, it's useless on a machine
7 # without a real mmap().
8 MMALLOC_LIB =
9 MMALLOC_DISABLE = -DNO_MMALLOC
This page took 0.029763 seconds and 4 git commands to generate.