From a1823e07bff0489b1caeedd096ba1542f1b9f9ae Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 24 Nov 2012 04:34:19 +0100 Subject: [PATCH] (PSP libretro) Add -G0 --- Makefile.libretro | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libretro b/Makefile.libretro index 3b5ce1e..6cdb82a 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -63,6 +63,7 @@ else ifeq ($(platform), psp1) AR = psp-ar$(EXE_EXT) ENDIANNESS_DEFINES := -DLSB_FIRST PLATFORM_DEFINES := -DPSP + CFLAGS += -G0 else ifeq ($(platform), xenon) TARGET := libretro_xenon360.a CC = xenon-gcc$(EXE_EXT)