mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-23 12:22:52 +01:00
Fixes undefined symbol: __aeabi_idiv for RPI target
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user