Update of /cvsroot/pure-data/packages/linux_make In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8387
Modified Files: Makefile Log Message: added working CPU flags for gcc-3.3 :-/
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Makefile 16 Dec 2006 17:30:54 -0000 1.23 --- Makefile 17 Dec 2006 22:51:33 -0000 1.24 *************** *** 20,25 **** 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 += -march=pentium3 -msse -mfpmath=sse endif ifeq ($(TARGET_PLATFORM),ppc) --- 20,26 ---- ifeq ($(TARGET_PLATFORM),i686) # Generic x86 (tune for Pentium III, since that's more common these days) ! 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)