mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-01-27 18:25:15 +01:00
Add HAVE_DYNAREC and -DARCH_ARM optionally to CFLAGS
This commit is contained in:
parent
e33a56cd83
commit
a9ce972736
@ -27,6 +27,13 @@ CORE_DIR := ..
|
||||
SOURCES_C :=
|
||||
SOURCES_ASM :=
|
||||
|
||||
ifeq ($(HAVE_DYNAREC),1)
|
||||
LOCAL_CFLAGS += -DHAVE_DYNAREC
|
||||
endif
|
||||
|
||||
ifeq ($(CPU_ARCH),arm)
|
||||
LOCAL_CFLAGS += -DARM_ARCH
|
||||
endif
|
||||
|
||||
include $(CORE_DIR)/Makefile.common
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user