Added rpi3_64 to makefile
This commit is contained in:
@@ -240,6 +240,14 @@ else ifeq ($(platform), rpi3)
|
||||
CFLAGS += -marm -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -mfloat-abi=hard -funsafe-math-optimizations
|
||||
CFLAGS += -fomit-frame-pointer -fstrict-aliasing -ffast-math
|
||||
|
||||
# Raspberry Pi 3 (64 bit)
|
||||
else ifeq ($(platform), rpi3_64)
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
fpic := -fPIC
|
||||
SHARED := -shared -Wl,--version-script=src/drivers/libretro/link.T -Wl,-no-undefined
|
||||
CFLAGS += -mcpu=cortex-a53 -mtune=cortex-a53 -funsafe-math-optimizations
|
||||
CFLAGS += -fomit-frame-pointer -fstrict-aliasing -ffast-math
|
||||
|
||||
# Raspberry Pi 4 (64-bit)
|
||||
else ifeq ($(platform), rpi4)
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
|
||||
Reference in New Issue
Block a user