mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-30 16:52:52 +02:00
Merge pull request #58 from psyke83/master
libretro: fix unexpected reloc type 0x03 error on Raspberry Pi 3
This commit is contained in:
@@ -366,7 +366,7 @@ else ifeq ($(platform), qnx)
|
||||
# ARM
|
||||
else ifneq (,$(findstring armv,$(platform)))
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
SHARED := -shared -Wl,--no-undefined
|
||||
SHARED := -shared -Wl,--no-undefined,-Bsymbolic
|
||||
fpic := -fPIC
|
||||
ifneq (,$(findstring cortexa5,$(platform)))
|
||||
CFLAGS += -marm -mcpu=cortex-a5
|
||||
|
||||
Reference in New Issue
Block a user