mirror of
https://github.com/libretro/libretro-chailove.git
synced 2024-11-27 02:01:00 +00:00
Makefile fix to enable build for "unix-armv7-hardfloat-neon"
This commit is contained in:
parent
6f3622d297
commit
6a1828f89b
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user