From 15da025b50e1ca2c6720894d5861747f1686ec0c Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Tue, 14 Jul 1992 07:43:34 +0000 Subject: [PATCH] Remove -bnodelcsect from MH_CFLAGS to prevent gcc confusion. --- gdb/config/rs6000.mh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/config/rs6000.mh b/gdb/config/rs6000.mh index 5cf39081f00..cd514690143 100644 --- a/gdb/config/rs6000.mh +++ b/gdb/config/rs6000.mh @@ -19,7 +19,8 @@ XDEPFILES= xcoffexec.o infptrace.o rs6000-xdep.o XM_FILE= xm-rs6000.h -MH_CFLAGS = -bnodelcsect +# Prevent gcc from being confused. This actually belongs in CC... +# MH_CFLAGS = -bnodelcsect # Because of shared libraries, we risk ending up with *two* # incompatible versions of malloc if we use GNU malloc ... -- 2.30.2