From: Twinaphex Date: Fri, 20 May 2016 13:17:21 +0000 (+0200) Subject: Merge pull request #28 from joolswills/patch-1 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8046160f29c9fb41e9b7471bec8d8cb53fec0e5c;hp=7f5ab20e35441fecd368a236ce3c7e427d196dd4;p=picodrive.git Merge pull request #28 from joolswills/patch-1 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