* config/m68k/sun3os4.mh (MMALLOC_CFLAGS): Define MMCHECK_FORCE to 1.
[deliverable/binutils-gdb.git] / gdb / config / m68k / sun3os4.mh
1 # Host: Sun 3, running SunOS 4
2 XDEPFILES=
3 XM_FILE= xm-sun3os4.h
4 NAT_FILE= nm-sun3.h
5 NATDEPFILES= fork-child.o inftarg.o infptrace.o corelow.o sun3-nat.o
6 GDBSERVER_DEPFILES= low-sun3.o
7
8 # SunOS 4.x has memory allocation calls in the C runtime. However
9 # since free() is never called with these objects, it is safe to
10 # define MMCHECK_FORCE to 1 and thus force installation of the mmalloc
11 # corruption checks.
12 MMALLOC_CFLAGS = -I$(MMALLOC_SRC) -DMMCHECK_FORCE=1
This page took 0.031667 seconds and 5 git commands to generate.