mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-23 07:49:48 +00:00
Makefile fix to enable build for "unix-armv7-hardfloat-neon" (#260)
This commit is contained in:
parent
03ad648b4c
commit
ee002a8f52
@ -98,7 +98,7 @@ ifneq (,$(findstring unix,$(platform)))
|
|||||||
|
|
||||||
# (armv7 a7, hard point, neon based) ###
|
# (armv7 a7, hard point, neon based) ###
|
||||||
# NESC, SNESC, C64 mini
|
# NESC, SNESC, C64 mini
|
||||||
else ifeq ($(platform), classic_armv7_a7)
|
else ifeq ($(platform),$(filter $(platform),classic_armv7_a7 unix-armv7-hardfloat-neon))
|
||||||
TARGET := $(TARGET_NAME)_libretro.so
|
TARGET := $(TARGET_NAME)_libretro.so
|
||||||
fpic := -fPIC
|
fpic := -fPIC
|
||||||
SHARED := -shared -Wl,--version-script=$(version_script) -Wl,--no-undefined -fPIC
|
SHARED := -shared -Wl,--version-script=$(version_script) -Wl,--no-undefined -fPIC
|
||||||
|
Loading…
Reference in New Issue
Block a user