summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-01 02:51:00 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-01 02:51:00 +0000
commitd33157e4cb78267a54b9acb8b4e633e1e1b5515f (patch)
treeed7722a50be3aaeadc4c56eb7b31dd2a803a1f41 /Rules.mak
parent7f90a63f7c40b4e4a23ebec81caf417b8f5260be (diff)
Don't assume i386
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index c0d0d2271..e95c88eae 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -104,7 +104,6 @@ ifeq ($(strip $(TARGET_ARCH)),arm)
OPTIMIZATION+=-fstrict-aliasing
endif
ifeq ($(strip $(TARGET_ARCH)),i386)
- OPTIMIZATION+=-march=i386
OPTIMIZATION+=$(call check_gcc,-mpreferred-stack-boundary=2,)
OPTIMIZATION+=$(call check_gcc,-falign-functions=0 -falign-jumps=0 -falign-loops=0,\
-malign-functions=0 -malign-jumps=0 -malign-loops=0)