mirror of
https://github.com/libretro/desmume.git
synced 2024-11-23 08:10:03 +00:00
Makefile fix to enable build for "unix-armv7-hardfloat-neon"
This commit is contained in:
parent
5d0ae2be2c
commit
a8d61956ec
@ -89,6 +89,8 @@ ifneq (,$(findstring unix,$(platform)))
|
||||
|
||||
# Generic ARM
|
||||
ifneq (,$(findstring armv,$(platform)))
|
||||
ARCH = arm
|
||||
USE_DYNAREC = 1
|
||||
DESMUME_JIT_ARM = 1
|
||||
CXXFLAGS += -DUSE_POSIX_MEMALIGN -D__RETRO_ARM__
|
||||
ifneq (,$(findstring cortexa5,$(platform)))
|
||||
@ -107,6 +109,9 @@ ifneq (,$(findstring unix,$(platform)))
|
||||
else ifneq (,$(findstring hardfloat,$(platform)))
|
||||
CXXFLAGS += -mfloat-abi=hard
|
||||
endif
|
||||
ifneq (,$(findstring neon,$(platform)))
|
||||
HAVE_NEON = 1
|
||||
endif
|
||||
CXXFLAGS += -DARM
|
||||
else
|
||||
DESMUME_JIT ?= 1
|
||||
|
BIN
desmume/src/frontend/libretro/desmume_libretro.so
Executable file
BIN
desmume/src/frontend/libretro/desmume_libretro.so
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user