mirror of
https://github.com/libretro/beetle-wswan-libretro.git
synced 2024-11-23 07:59:40 +00:00
Added rpi3_64 to makefile (#74)
This commit is contained in:
parent
9355f252d7
commit
72d32efc61
6
Makefile
6
Makefile
@ -71,7 +71,11 @@ ifneq (,$(findstring unix,$(platform)))
|
||||
else ifneq (,$(findstring rpi2,$(platform)))
|
||||
FLAGS += -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -marm
|
||||
else ifneq (,$(findstring rpi3,$(platform)))
|
||||
FLAGS += -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -marm
|
||||
ifneq (,$(findstring rpi3_64,$(platform)))
|
||||
FLAGS += -mcpu=cortex-a53 -mtune=cortex-a53
|
||||
else
|
||||
FLAGS += -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -marm
|
||||
endif
|
||||
else ifneq (,$(findstring rpi4,$(platform)))
|
||||
FLAGS += -mcpu=cortex-a72 -mtune=cortex-a72
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user