mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
[libretro] Added rpi3/4_64 to makefile (#386)
This commit is contained in:
parent
76a08ebe6a
commit
b8eda29c51
@ -86,8 +86,14 @@ ifneq (,$(findstring unix,$(platform)))
|
||||
else ifneq (,$(findstring rpi2,$(platform)))
|
||||
PLATFORM_DEFINES += -DARM -marm -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard
|
||||
else ifneq (,$(findstring rpi3,$(platform)))
|
||||
ifneq (,$(findstring rpi3_64,$(platform)))
|
||||
PLATFORM_DEFINES += -mcpu=cortex-a53 -mtune=cortex-a53
|
||||
else
|
||||
PLATFORM_DEFINES += -DARM -marm -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard
|
||||
endif
|
||||
else ifneq (,$(findstring rpi4,$(platform)))
|
||||
PLATFORM_DEFINES += -mcpu=cortex-a72 -mtune=cortex-a72
|
||||
endif
|
||||
endif
|
||||
|
||||
# Portable Linux
|
||||
|
Loading…
Reference in New Issue
Block a user