diff options
Diffstat (limited to 'gdb/config/rs6000.mh')
-rw-r--r-- | gdb/config/rs6000.mh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config/rs6000.mh b/gdb/config/rs6000.mh index cd80d89..8f5f05e 100644 --- a/gdb/config/rs6000.mh +++ b/gdb/config/rs6000.mh @@ -22,6 +22,6 @@ XM_FILE= xm-rs6000.h XM_CFLAGS = -bnodelcsect # Because of shared libraries, we risk ending up with *two* -# versions of malloc if we use GNU malloc ... -GNU_MALLOC = -MALLOC_CFLAGS = -DNO_MALLOC_CHECK +# incompatible versions of malloc if we use GNU malloc ... +MMALLOC_LIB = +MMALLOC_DISABLE = -DNO_MMALLOC |