From: Jools Wills Date: Fri, 20 May 2016 13:15:54 +0000 (+0100) Subject: Fixes undefined symbol: __aeabi_idiv for RPI target X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1dfc25952e27e5384a73ee32a4e16347a2218bb;p=picodrive.git Fixes undefined symbol: __aeabi_idiv for RPI target --- diff --git a/Makefile.libretro b/Makefile.libretro index 0ec70d3..7edcc6f 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -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