mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-22 23:39:58 +00:00
Merge pull request #202 from jdorigao/rpi3_64
This commit is contained in:
commit
bb13e166bd
@ -82,7 +82,11 @@ ifneq (,$(findstring unix,$(platform)))
|
||||
else ifneq (,$(findstring rpi2,$(platform)))
|
||||
CFLAGS += -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -marm
|
||||
else ifneq (,$(findstring rpi3,$(platform)))
|
||||
CFLAGS += -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -marm
|
||||
ifneq (,$(findstring rpi3_64,$(platform)))
|
||||
CFLAGS += -mcpu=cortex-a53 -mtune=cortex-a53
|
||||
else
|
||||
CFLAGS += -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -marm
|
||||
endif
|
||||
else ifneq (,$(findstring rpi4,$(platform)))
|
||||
CFLAGS += -mcpu=cortex-a72 -mtune=cortex-a72
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user