Add -DFAMEC_NO_GOTOS for OSX PPC GCC build
authortwinaphex <libretro@gmail.com>
Mon, 14 Apr 2014 14:00:06 +0000 (16:00 +0200)
committertwinaphex <libretro@gmail.com>
Mon, 14 Apr 2014 14:00:06 +0000 (16:00 +0200)
Makefile.libretro

index fdb268b..361ae15 100644 (file)
@@ -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