Merge pull request #28 from joolswills/patch-1

Fixes undefined symbol: __aeabi_idiv for RPI target
This commit is contained in:
Twinaphex
2016-05-20 15:17:21 +02:00

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