Commit 1870a74c88461cf6003e290ba9485fa6bf9ed881
1 parent
bde7600c
Stop the compiler from using section anchors.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3164 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
0 deletions
Makefile.target
... | ... | @@ -97,6 +97,7 @@ OP_CFLAGS+=$(call cc-option, -fno-crossjumping, "") |
97 | 97 | OP_CFLAGS+=$(call cc-option, -fno-align-labels, "") |
98 | 98 | OP_CFLAGS+=$(call cc-option, -fno-align-jumps, "") |
99 | 99 | OP_CFLAGS+=$(call cc-option, -fno-align-functions, $(call cc-option, -malign-functions=0, "")) |
100 | +OP_CFLAGS+=$(call cc-option, -fno-section-anchors, "") | |
100 | 101 | |
101 | 102 | ifeq ($(ARCH),i386) |
102 | 103 | HELPER_CFLAGS+=-fomit-frame-pointer | ... | ... |