summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-23 17:15:49 +0000
committerobrien <obrien@FreeBSD.org>2002-03-23 17:15:49 +0000
commita931cab8794b686ee088069d9a62bcfec63c5b1b (patch)
treec4bbab256338a8c3ac24199f37b11718fdf3ea1a
parentf739cf3a06e675b79da5438e945b97e8a2bdb9a5 (diff)
downloadFreeBSD-src-a931cab8794b686ee088069d9a62bcfec63c5b1b.zip
FreeBSD-src-a931cab8794b686ee088069d9a62bcfec63c5b1b.tar.gz
GDB 4.18 does not use the mmalloc library by default. So GC a little.
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile4
1 files changed, 0 insertions, 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
OpenPOWER on IntegriCloud