mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Remove -bnodelcsect from MH_CFLAGS to prevent gcc confusion.
This commit is contained in:
@ -19,7 +19,8 @@
|
|||||||
|
|
||||||
XDEPFILES= xcoffexec.o infptrace.o rs6000-xdep.o
|
XDEPFILES= xcoffexec.o infptrace.o rs6000-xdep.o
|
||||||
XM_FILE= xm-rs6000.h
|
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*
|
# Because of shared libraries, we risk ending up with *two*
|
||||||
# incompatible versions of malloc if we use GNU malloc ...
|
# incompatible versions of malloc if we use GNU malloc ...
|
||||||
|
Reference in New Issue
Block a user