mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-22 23:39:50 +00:00
Merge pull request #177 from vanfanel/master
Add Raspberry Pi 4 64bit platform.
This commit is contained in:
commit
925e3a6696
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…
Reference in New Issue
Block a user