aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-17 22:51:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-17 22:51:33 +0000
commitdb5c1df3afc221e71a99cfb6f8f0750af635cbf6 (patch)
tree2ba2ed450550ab3b68b21264e9c88edf1e83eee9 /packages
parent42f87b75267269b759fc4b839edb29582fea27c3 (diff)
added working CPU flags for gcc-3.3 :-/
svn path=/trunk/; revision=6930
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/linux_make/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile
index e7c96820..17845f5c 100755
--- a/packages/linux_make/Makefile
+++ b/packages/linux_make/Makefile
@@ -19,8 +19,9 @@ 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 += -mcpu=i386 -mtune=pentium3
+OPT_CFLAGS += -mcpu=i686 -march=i386
#OPT_CFLAGS += -march=pentium3 -msse -mfpmath=sse
+#OPT_CFLAGS += -march=pentium4 -msse -msse2 -mfpmath=sse
endif
ifeq ($(TARGET_PLATFORM),ppc)
OPT_CFLAGS += -pipe -fsigned-char -mpowerpc-gfxopt