mirror of
https://github.com/libretro/mame2003-plus-libretro.git
synced 2024-11-23 08:19:42 +00:00
Cleanup
This commit is contained in:
parent
f38d0a2cf0
commit
7736b12b01
14
Makefile
14
Makefile
@ -194,13 +194,13 @@ else ifeq ($(platform), rpi3)
|
||||
else ifeq ($(platform), rpi4)
|
||||
TARGET = $(TARGET_NAME)_libretro.so
|
||||
fpic = -fPIC
|
||||
CFLAGS += $(fpic)
|
||||
LDFLAGS += $(fpic) -shared -Wl,--version-script=link.T
|
||||
PLATCFLAGS += -marm -mcpu=cortex-a72 -mfpu=neon-fp-armv8 -mfloat-abi=hard
|
||||
PLATCFLAGS += -fomit-frame-pointer -ffast-math
|
||||
CXXFLAGS = $(CFLAGS) -fno-rtti -fno-exceptions
|
||||
CPU_ARCH := arm
|
||||
ARM = 1
|
||||
CFLAGS += $(fpic)
|
||||
LDFLAGS += $(fpic) -shared -Wl,--version-script=link.T
|
||||
PLATCFLAGS += -marm -mcpu=cortex-a72 -mfpu=neon-fp-armv8 -mfloat-abi=hard
|
||||
PLATCFLAGS += -fomit-frame-pointer -ffast-math
|
||||
CXXFLAGS = $(CFLAGS) -fno-rtti -fno-exceptions
|
||||
CPU_ARCH := arm
|
||||
ARM = 1
|
||||
|
||||
# Classic Platforms ####################
|
||||
# Platform affix = classic_<ISA>_<µARCH>
|
||||
|
Loading…
Reference in New Issue
Block a user