projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bde7600
)
Stop the compiler from using section anchors.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 13 Sep 2007 03:24:53 +0000
(
03:24
+0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 13 Sep 2007 03:24:53 +0000
(
03:24
+0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3164
c046a42c
-6fe2-441c-8c8c-
71466251a162
Makefile.target
patch
|
blob
|
history
diff --git
a/Makefile.target
b/Makefile.target
index 7cfe52d77948f6ceeb960a6a9331dce5ab97fbb8..9aa9f86028cd223453439e7d1d3784c2d922ff00 100644
(file)
--- 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