summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-04-05 02:42:25 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-04-05 02:42:25 +0000
commitd5d94a2d04eabdd6255a9555e29b493fc7164cac (patch)
tree7c7929f7ca4d8d6a99412b9ba079ca96e82ac3ba /gnu
parent3aea66446c0df663e40375bd603afb6324573ce0 (diff)
Fix -DNO_MMALLOC (needs to be in MMALLOC_CFLAGS not MMALLOC_DISABLE).
Now gdb will link.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdb/config/alpha/obsd.mh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/config/alpha/obsd.mh b/gnu/usr.bin/binutils/gdb/config/alpha/obsd.mh
index 10d237af4da..dd128776a21 100644
--- a/gnu/usr.bin/binutils/gdb/config/alpha/obsd.mh
+++ b/gnu/usr.bin/binutils/gdb/config/alpha/obsd.mh
@@ -5,4 +5,4 @@ NAT_FILE= nm-obsd.h
NATDEPFILES= infptrace.o inftarg.o corelow.o alphaobsd-nat.o fork-child.o
MMALLOC =
-MMALLOC_DISABLE = -DNO_MMALLOC
+MMALLOC_CFLAGS = -DNO_MMALLOC