Makefile fix to enable build for "unix-armv7-hardfloat-neon"

This commit is contained in:
zoltanvb 2022-07-29 22:00:51 +02:00
parent 6f3622d297
commit 6a1828f89b

View File

@ -323,6 +323,7 @@ else ifneq (,$(findstring armv,$(platform)))
TARGET := $(TARGET_NAME)_libretro.so
SHARED := -shared -Wl,--version-script=link.T -Wl,-no-undefined
fpic := -fPIC
LDFLAGS += -lpthread
ifneq (,$(findstring cortexa5,$(platform)))
PLATFORM_DEFINES += -marm -mcpu=cortex-a5
else ifneq (,$(findstring cortexa8,$(platform)))