diff options
Diffstat (limited to 'gdb/config/mips/decstation.mh')
-rw-r--r-- | gdb/config/mips/decstation.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mips/decstation.mh b/gdb/config/mips/decstation.mh index dc55b5b..d7baecf 100644 --- a/gdb/config/mips/decstation.mh +++ b/gdb/config/mips/decstation.mh @@ -8,4 +8,4 @@ NATDEPFILES= infptrace.o inftarg.o corelow.o mips-nat.o fork-child.o # with a malloc(0) that returns 0. Besides, it's useless on a machine # without a real mmap(). MMALLOC = -MMALLOC_DISABLE = -DNO_MMALLOC +MMALLOC_CFLAGS = -DNO_MMALLOC |