Fixes undefined symbol: __aeabi_idiv for RPI target

This commit is contained in:
Jools Wills 2016-05-20 14:15:54 +01:00
parent 7f5ab20e35
commit d1dfc25952

View File

@ -238,7 +238,7 @@ else ifeq ($(platform), raspberrypi)
ARM_ASM = 1
TARGET := $(TARGET_NAME)_libretro.so
SHARED := -shared -nostdlib
SHARED := -shared
fpic := -fPIC
DONT_COMPILE_IN_ZLIB = 1