From a931cab8794b686ee088069d9a62bcfec63c5b1b Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 23 Mar 2002 17:15:49 +0000 Subject: GDB 4.18 does not use the mmalloc library by default. So GC a little. --- gnu/usr.bin/binutils/gdb/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 0269302..e16af42 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -60,10 +60,6 @@ GDBDIR= ${.CURDIR}/../../../../contrib/gdb CFLAGS+= -DFREEBSD_ELF 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= CLEANFILES= init.c init.c-tmp wait.h -- cgit v1.1