diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-01 02:51:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-01 02:51:00 +0000 |
commit | d33157e4cb78267a54b9acb8b4e633e1e1b5515f (patch) | |
tree | ed7722a50be3aaeadc4c56eb7b31dd2a803a1f41 /Rules.mak | |
parent | 7f90a63f7c40b4e4a23ebec81caf417b8f5260be (diff) |
Don't assume i386
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |