aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/powerpc/aix4.mh
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/powerpc/aix4.mh')
-rw-r--r--gdb/config/powerpc/aix4.mh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/powerpc/aix4.mh b/gdb/config/powerpc/aix4.mh
index aaec415..27b47ec 100644
--- a/gdb/config/powerpc/aix4.mh
+++ b/gdb/config/powerpc/aix4.mh
@@ -13,7 +13,7 @@ NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o xcoffread
# Because of shared libraries, we risk ending up with *two*
# incompatible versions of malloc if we use GNU malloc ...
MMALLOC =
-MMALLOC_DISABLE = -DNO_MMALLOC
+MMALLOC_CFLAGS = -DNO_MMALLOC
# A bug in the AIX 3.2 libc.a results in unresolved references for .scalb and
# .finite because we call ldexp via floatformat. Circumvent by adding -lm.