diff options
author | Stu Grossman <grossman@cygnus> | 1992-07-14 07:43:34 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-07-14 07:43:34 +0000 |
commit | 15da025b50e1ca2c6720894d5861747f1686ec0c (patch) | |
tree | 2545670dde32a6b7c52b3a78470fe49986ddca4f /gdb | |
parent | 67ba524fe068f4da7e9860d0df9e06576466c105 (diff) | |
download | gdb-15da025b50e1ca2c6720894d5861747f1686ec0c.zip gdb-15da025b50e1ca2c6720894d5861747f1686ec0c.tar.gz gdb-15da025b50e1ca2c6720894d5861747f1686ec0c.tar.bz2 |
Remove -bnodelcsect from MH_CFLAGS to prevent gcc confusion.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/rs6000.mh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/config/rs6000.mh b/gdb/config/rs6000.mh index 5cf3908..cd51469 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 ... |