Fixes undefined symbol: __aeabi_idiv for RPI target
authorJools Wills <buzz@exotica.org.uk>
Fri, 20 May 2016 13:15:54 +0000 (14:15 +0100)
committerJools Wills <buzz@exotica.org.uk>
Fri, 20 May 2016 13:15:54 +0000 (14:15 +0100)
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