projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67ba524
)
Remove -bnodelcsect from MH_CFLAGS to prevent gcc confusion.
author
Stu Grossman
<grossman@cygnus>
Tue, 14 Jul 1992 07:43:34 +0000
(07:43 +0000)
committer
Stu Grossman
<grossman@cygnus>
Tue, 14 Jul 1992 07:43:34 +0000
(07:43 +0000)
gdb/config/rs6000.mh
patch
|
blob
|
history
diff --git
a/gdb/config/rs6000.mh
b/gdb/config/rs6000.mh
index 5cf39081f001bf3f86ca3662e123ee436ffab5fc..cd514690143a6df79791892b8304cea1e8d1a032 100644
(file)
--- 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 ...