From 015db8a461c7d78956bcf67cb0b36b2b27e02588 Mon Sep 17 00:00:00 2001 From: bjarni Date: Sat, 7 Jan 2006 12:53:57 +0000 Subject: (svn r3382) -Feature: [OSX] added the flag JAGUAR to crosscompile for OSX 10.2.8 on 10.4 --- os/macosx/Makefile.setup | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'os/macosx') diff --git a/os/macosx/Makefile.setup b/os/macosx/Makefile.setup index 8d22780fc..befa231c5 100644 --- a/os/macosx/Makefile.setup +++ b/os/macosx/Makefile.setup @@ -68,6 +68,14 @@ ifdef WITH_SDL endif endif +ifdef JAGUAR + LIBPNG-CONFIG:=$(LIBPNG_PPC_CONFIG) + SDL-CONFIG:=$(SDL_PPC_CONFIG) + CC_TARGET:=$(PPC_CC) + CFLAGS:= $(CFLAGS_PPC) -arch ppc + LDFLAGS:= $(LDFLAGS_PPC) +endif + ifdef FAT_BINARY # set up config files ifndef SKIP_LIB_TEST -- cgit v1.2.3-54-g00ecf