From 5a13b150c5886f41f6c58db66a20f264249e120e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 14 Apr 2014 16:00:06 +0200 Subject: [PATCH] Add -DFAMEC_NO_GOTOS for OSX PPC GCC build --- Makefile.libretro | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libretro b/Makefile.libretro index fdb268b..361ae15 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -47,6 +47,7 @@ ifeq ($(shell uname -p),powerpc) endif ifeq ($(arch),ppc) + CFLAGS += -DBLARGG_BIG_ENDIAN=1 -D__ppc__ -DFAMEC_NO_GOTOS else SHARED += -mmacosx-version-min=10.6 endif -- 2.39.2