mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-04 14:05:37 +01:00
Fixes undefined symbol: __aeabi_idiv for RPI target
This commit is contained in:
parent
7f5ab20e35
commit
d1dfc25952
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user