diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-13 03:24:53 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-13 03:24:53 +0000 |
commit | 1870a74c88461cf6003e290ba9485fa6bf9ed881 (patch) | |
tree | 58b2dab8e81334fa7f4d2d09c1bcaf03d5e45744 /Makefile.target | |
parent | bde7600cea714af15126d5964a04ac4c48c580c9 (diff) |
Stop the compiler from using section anchors.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3164 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 7cfe52d779..9aa9f86028 100644 --- a/Makefile.target +++ b/Makefile.target @@ -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-jumps, "") 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) HELPER_CFLAGS+=-fomit-frame-pointer |