Update of /cvsroot/pure-data/packages/darwin_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29314
Modified Files: Tag: branch-v0-39-2-extended Makefile Log Message: even more conservative
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v retrieving revision 1.65.2.19 retrieving revision 1.65.2.20 diff -C2 -d -r1.65.2.19 -r1.65.2.20 *** Makefile 19 Oct 2007 18:05:34 -0000 1.65.2.19 --- Makefile 19 Oct 2007 21:13:11 -0000 1.65.2.20 *************** *** 32,38 **** GCC_VERSION := $(shell gcc -dumpversion) ifeq ($(GCC_VERSION),3.3) ! OPT_CFLAGS += -O2 -funroll-loops -fomit-frame-pointer -mcpu=powerpc -mtune=G3 else ! OPT_CFLAGS += -O2 -funroll-loops -fomit-frame-pointer -mcpu=G4 -mtune=G4 # auto-vectorization in GCC 4.x for CPUs with SIMD #OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 \ --- 32,38 ---- GCC_VERSION := $(shell gcc -dumpversion) ifeq ($(GCC_VERSION),3.3) ! OPT_CFLAGS += -O2 -fPIC -mcpu=powerpc -mtune=G3 else ! OPT_CFLAGS += -O2 -fPIC -mcpu=G4 -mtune=G4 # auto-vectorization in GCC 4.x for CPUs with SIMD #OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 \