diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-03-01 01:37:25 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-03-01 01:37:25 +0000 |
commit | 53b1c69a87fa2d131f4d88242415fca8f04d2b2d (patch) | |
tree | 68d7e97f3a876a2d3e282294746fec36291c31d8 /gnu/usr.bin/binutils/gdb/config/m68k | |
parent | f8d54f49caf5b8a5962dc7f31ed98482bb72a618 (diff) |
Disable mmalloc on all openbsd systems. It was disabled on some before.
ok miod@ pvalchev@
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/config/m68k')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/m68k/obsd.mh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/config/m68k/obsd.mh b/gnu/usr.bin/binutils/gdb/config/m68k/obsd.mh index 3c0cd1f8765..3b35c1682eb 100644 --- a/gnu/usr.bin/binutils/gdb/config/m68k/obsd.mh +++ b/gnu/usr.bin/binutils/gdb/config/m68k/obsd.mh @@ -4,3 +4,5 @@ XM_FILE= xm-obsd.h NAT_FILE= nm-obsd.h NAT_CLIBS= -lkvm NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o kcore-nbsd.o m68knbsd-nat.o +MMALLOC = +MMALLOC_CFLAGS = -DNO_MMALLOC |