From d1dfc25952e27e5384a73ee32a4e16347a2218bb Mon Sep 17 00:00:00 2001 From: Jools Wills Date: Fri, 20 May 2016 14:15:54 +0100 Subject: [PATCH] Fixes undefined symbol: __aeabi_idiv for RPI target --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2