diff options
Diffstat (limited to 'gdb/config/mips/mipsm3.mh')
-rw-r--r-- | gdb/config/mips/mipsm3.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mips/mipsm3.mh b/gdb/config/mips/mipsm3.mh index 77279bd..3be486f 100644 --- a/gdb/config/mips/mipsm3.mh +++ b/gdb/config/mips/mipsm3.mh @@ -8,4 +8,4 @@ NAT_FILE= ../nm-m3.h # Don't use the mmalloc library in Mach 3. MMALLOC = -MMALLOC_DISABLE = -DNO_MMALLOC +MMALLOC_CFLAGS = -DNO_MMALLOC |