From d33157e4cb78267a54b9acb8b4e633e1e1b5515f Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Fri, 1 Nov 2002 02:51:00 +0000
Subject: Don't assume i386

---
 Rules.mak | 1 -
 1 file changed, 1 deletion(-)

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)
-- 
cgit v1.2.3