Merge pull request #28 from joolswills/patch-1
authorTwinaphex <libretro@gmail.com>
Fri, 20 May 2016 13:17:21 +0000 (15:17 +0200)
committerTwinaphex <libretro@gmail.com>
Fri, 20 May 2016 13:17:21 +0000 (15:17 +0200)
Fixes undefined symbol: __aeabi_idiv for RPI target

Makefile.libretro

index 0ec70d3..7edcc6f 100644 (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