From c038237c1e8fe5b36243c11914f393fecd6b3b91 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 8 Jun 2009 05:29:38 +0000 Subject: since the Universal/Fat flags and OPT_CFLAGS can clash, specify them both here so they can managed globally svn path=/trunk/; revision=11710 --- packages/darwin_app/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/darwin_app/Makefile') diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index 0c29417b..8bc61e83 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -27,13 +27,14 @@ WISH_CONTENTS = "$(WISH)/Contents" # http://hpc.sourceforge.net/ OPT_CFLAGS = -fast -fPIC -ftree-vectorize -ftree-vectorizer-verbose=2 +FAT_FLAGS = -mmacosx-version-min=10.4 # which CPU to compile for TARGET_PLATFORM := $(shell uname -p) ifeq ($(TARGET_PLATFORM),i386) OPT_CFLAGS += -march=pentium4 -msse3 -mfpmath=sse else - OPT_CFLAGS += -mcpu=7400 -mtune=7400 + OPT_CFLAGS += -mcpu=7450 -mtune=7450 endif OPT_FLAGS += -DDEBUG_SOUNDFILE @@ -45,6 +46,7 @@ DEST_PATHS = BUILDLAYOUT_DIR=$(BUILDLAYOUT_DIR) \ prefix=$(prefix) \ DESTDIR=$(DESTDIR) \ OPT_CFLAGS="$(OPT_CFLAGS)" \ + FAT_FLAGS="$(FAT_FLAGS)" \ UNAME=$(UNAME) all: -- cgit v1.2.1