diff options
Diffstat (limited to 'gdb/config/rs6000.mh')
-rw-r--r-- | gdb/config/rs6000.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/rs6000.mh b/gdb/config/rs6000.mh index 8f5f05e..5cf3908 100644 --- a/gdb/config/rs6000.mh +++ b/gdb/config/rs6000.mh @@ -19,7 +19,7 @@ XDEPFILES= xcoffexec.o infptrace.o rs6000-xdep.o XM_FILE= xm-rs6000.h -XM_CFLAGS = -bnodelcsect +MH_CFLAGS = -bnodelcsect # Because of shared libraries, we risk ending up with *two* # incompatible versions of malloc if we use GNU malloc ... |