summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-07 13:40:38 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-07 13:40:38 +0000
commit662bbadd3529564e5bc4f1e5474979ac34872f0f (patch)
tree8ea06482f98c18497110b3cd31b3e348bf517c67 /Makefile.target
parent45d827d2d70927b3759a3ca640d8c950f8c74726 (diff)
downloadqemu-662bbadd3529564e5bc4f1e5474979ac34872f0f.tar.gz
Remove gcc 3.4 check
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5911 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.target b/Makefile.target
index 671d72a4ab..c553169d39 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -97,12 +97,6 @@ HELPER_CFLAGS=
ifeq ($(ARCH),i386)
HELPER_CFLAGS+=-fomit-frame-pointer
OP_CFLAGS+=-mpreferred-stack-boundary=2 -fomit-frame-pointer
-# op.c and helper.c need this on 32-bit x86 system to avoid
-# a compiler spill error. This can probably go away
-# once the SSE ops have been converted to TCG
-ifeq ($(HAVE_GT_GCC_3_3), true)
-I386_CFLAGS=-march=i586 -mtune=i686
-endif
endif
ifeq ($(ARCH),ppc)