(PSP libretro) Add -G0

This commit is contained in:
twinaphex 2012-11-24 04:34:19 +01:00
parent 1e9cbbc62c
commit a1823e07bf

View File

@ -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)