mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-02 02:05:08 +02:00
Fixed A7A7
This commit is contained in:
@@ -415,7 +415,7 @@ else ifeq ($(platform), qnx)
|
||||
# (armv7 a7, hard point, neon based) ###
|
||||
# NESC, SNESC, C64 mini
|
||||
else ifeq ($(platform), classic_armv7_a7)
|
||||
TARGET := $(TARGET_NAME).so #Good consistency here...
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
fpic := -fPIC
|
||||
SHARED := -shared -Wl,--no-undefined,-Bsymbolic
|
||||
CFLAGS += -Ofast \
|
||||
|
||||
Reference in New Issue
Block a user