mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2025-02-17 05:38:28 +00:00
Add Raspberry Pi 4 64bit platform.
This commit is contained in:
parent
b1399db12a
commit
dc6db9300e
2
Makefile
2
Makefile
@ -90,6 +90,8 @@ ifneq (,$(findstring unix,$(platform)))
|
||||
FLAGS += -DARM -marm -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard
|
||||
else ifneq (,$(findstring rpi3,$(platform)))
|
||||
FLAGS += -DARM -marm -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard
|
||||
else ifneq (,$(findstring rpi4_64,$(platform)))
|
||||
FLAGS += -DARM -march=armv8-a+crc+simd -mtune=cortex-a72
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user