diff options
Diffstat (limited to 'gdb/mpw-make.sed')
-rw-r--r-- | gdb/mpw-make.sed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mpw-make.sed b/gdb/mpw-make.sed index b195268..ce6a9ec 100644 --- a/gdb/mpw-make.sed +++ b/gdb/mpw-make.sed @@ -16,7 +16,7 @@ /^MMALLOC_DIR = /s/::mmalloc/mmalloc:/ /^MMALLOC_SRC = /s/"{srcdir}"/"{topsrcdir}"/ /^MMALLOC =/s/=.*$/=/ -/MMALLOC_CFLAGS =/s/=.*$/= -d NO_MMALLOC/ +/MMALLOC_CFLAGS =/s/=.*$/= -u USE_MMALLOC/ /^BFD_DIR = /s/::bfd/bfd:/ /^BFD = /s/{BFD_DIR}:libbfd/{BFD_DIR}libbfd/ |