summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorths2007-09-13 05:24:53 +0200
committerths2007-09-13 05:24:53 +0200
commit1870a74c88461cf6003e290ba9485fa6bf9ed881 (patch)
tree58b2dab8e81334fa7f4d2d09c1bcaf03d5e45744 /Makefile.target
parentImproved EEPRO 100 emulation, by Filip Navara. (diff)
downloadqemu-1870a74c88461cf6003e290ba9485fa6bf9ed881.tar.gz
qemu-1870a74c88461cf6003e290ba9485fa6bf9ed881.tar.xz
qemu-1870a74c88461cf6003e290ba9485fa6bf9ed881.zip
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.target1
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