From 1b648d6a4ab7816e7ab5e4328139564946293a3b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 15 Oct 2008 13:16:39 +0000 Subject: for some reason, -march stopped working on Mac OS X/powerpc svn path=/trunk/; revision=10330 --- packages/darwin_app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index f2103209..20054011 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -35,7 +35,7 @@ OPT_CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -march=powerpc -mtune=G3 else # auto-vectorization in GCC 4.x for CPUs with SIMD OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 \ - -fast -fPIC -march=7450 -mtune=7450 + -fast -fPIC -mcpu=7450 -mtune=7450 endif # Mac/Intels only run 10.4, so always gcc 4.x -- cgit v1.2.1