mirror of
https://github.com/libretro/beetle-lynx-libretro.git
synced 2024-11-23 08:10:55 +00:00
Added rpi3_64 to makefile
This commit is contained in:
parent
26cb625d1f
commit
9b8c06fade
6
Makefile
6
Makefile
@ -75,7 +75,11 @@ ifneq (,$(findstring unix,$(platform)))
|
||||
else ifneq (,$(findstring rpi2,$(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
|
||||
ifneq (,$(findstring rpi3_64,$(platform)))
|
||||
FLAGS += -DARM -march=armv8-a+crc+simd -mcpu=cortex-a53
|
||||
else
|
||||
FLAGS += -DARM -marm -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard
|
||||
endif
|
||||
else ifneq (,$(findstring rpi4_64,$(platform)))
|
||||
FLAGS += -DARM -march=armv8-a+crc+simd -mtune=cortex-a72
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user