GDB 4.18 does not use the mmalloc library by default. So GC a little.

This commit is contained in:
obrien 2002-03-23 17:15:49 +00:00
parent 759c8b89db
commit 429b699718

View File

@ -60,10 +60,6 @@ GDBDIR= ${.CURDIR}/../../../../contrib/gdb
CFLAGS+= -DFREEBSD_ELF CFLAGS+= -DFREEBSD_ELF
CFLAGS+= -I$(.CURDIR) -I${DESTDIR}/usr/include/readline CFLAGS+= -I$(.CURDIR) -I${DESTDIR}/usr/include/readline
# use phkmalloc
CFLAGS+= -DNO_MMALLOC
# uncomment the next line if you want to debug gdb
#CFLAGS+= -g
YFLAGS= YFLAGS=
CLEANFILES= init.c init.c-tmp wait.h CLEANFILES= init.c init.c-tmp wait.h