From 090eed48570f560a2b1f1fbc4e5458ca05b0f52f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 21 Jul 2006 04:52:12 +0000 Subject: made default optimization options more generic svn path=/trunk/; revision=5390 --- packages/linux_make/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index e3816c46..8f2d3ffb 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -20,7 +20,7 @@ include $(BUILDLAYOUT_DIR)/Makefile.buildlayout TARGET_PLATFORM := $(shell uname -m) ifeq ($(TARGET_PLATFORM),i686) # Generic x86 (tune for Pentium III, since that's more common these days) -OPT_CFLAGS += -march=i386 -mtune=pentium3 +OPT_CFLAGS += -march=i386 else ifeq ($(TARGET_PLATFORM),ppc) OPT_CFLAGS += -pipe -fsigned-char -mpowerpc-gfxopt -- cgit v1.2.1