Stop the compiler from using section anchors.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3164 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
bde7600cea
commit
1870a74c88
@ -97,6 +97,7 @@ OP_CFLAGS+=$(call cc-option, -fno-crossjumping, "")
|
|||||||
OP_CFLAGS+=$(call cc-option, -fno-align-labels, "")
|
OP_CFLAGS+=$(call cc-option, -fno-align-labels, "")
|
||||||
OP_CFLAGS+=$(call cc-option, -fno-align-jumps, "")
|
OP_CFLAGS+=$(call cc-option, -fno-align-jumps, "")
|
||||||
OP_CFLAGS+=$(call cc-option, -fno-align-functions, $(call cc-option, -malign-functions=0, ""))
|
OP_CFLAGS+=$(call cc-option, -fno-align-functions, $(call cc-option, -malign-functions=0, ""))
|
||||||
|
OP_CFLAGS+=$(call cc-option, -fno-section-anchors, "")
|
||||||
|
|
||||||
ifeq ($(ARCH),i386)
|
ifeq ($(ARCH),i386)
|
||||||
HELPER_CFLAGS+=-fomit-frame-pointer
|
HELPER_CFLAGS+=-fomit-frame-pointer
|
||||||
|
Loading…
Reference in New Issue
Block a user