OSDN Git Service

Don't assume i386
authorEric Andersen <andersen@codepoet.org>
Fri, 1 Nov 2002 02:51:00 +0000 (02:51 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 1 Nov 2002 02:51:00 +0000 (02:51 -0000)
Rules.mak

index c0d0d22..e95c88e 100644 (file)
--- 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)