From 1870a74c88461cf6003e290ba9485fa6bf9ed881 Mon Sep 17 00:00:00 2001 From: ths Date: Thu, 13 Sep 2007 03:24:53 +0000 Subject: [PATCH] Stop the compiler from using section anchors. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3164 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile.target | 1 + 1 file changed, 1 insertion(+) 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