From bb334dc72dabbfff847cd7afbb6cbcb0b32baa67 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 29 May 2004 22:54:48 +0000 Subject: added cross-platform default CPU_FLAGS svn path=/trunk/; revision=1787 --- externals/build/linux/makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'externals/build/linux') diff --git a/externals/build/linux/makefile b/externals/build/linux/makefile index fe03140d..3be133b9 100644 --- a/externals/build/linux/makefile +++ b/externals/build/linux/makefile @@ -12,11 +12,14 @@ all: $(EXTERNALS:.c=.pd_linux) .SUFFIXES: .pd_linux +# cross-platform default +CPU_FLAGS = -O2 + # AMD Athlon XP K7 #CPU_FLAGS = -O3 -march=athlon-xp -m3dnow -msse -mfpmath=sse -# Generic i386 (tune for 686, since that's about the bottom these days) -CPU_FLAGS = -O2 -mcpu=i686 +# Generic x86 (tune for 686, since that's most common these days) +# CPU_FLAGS = -O2 -mcpu=i686 # Pentium III or better #CPU_FLAGS = -O3 -march=pentium3 # Pentium 4 or better -- cgit v1.2.1