mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-04 11:53:31 +02: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
|
ARM_ASM = 1
|
||||||
|
|
||||||
TARGET := $(TARGET_NAME)_libretro.so
|
TARGET := $(TARGET_NAME)_libretro.so
|
||||||
SHARED := -shared -nostdlib
|
SHARED := -shared
|
||||||
fpic := -fPIC
|
fpic := -fPIC
|
||||||
DONT_COMPILE_IN_ZLIB = 1
|
DONT_COMPILE_IN_ZLIB = 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user