Merge pull request #58 from psyke83/master

libretro: fix unexpected reloc type 0x03 error on Raspberry Pi 3
This commit is contained in:
Twinaphex
2017-09-05 21:50:12 +02:00
committed by GitHub

View File

@@ -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