Another small correction on the rpi2 platform defines
This commit is contained in:
@@ -162,7 +162,7 @@ else ifeq ($(platform), ctr)
|
|||||||
else ifeq ($(platform), rpi2)
|
else ifeq ($(platform), rpi2)
|
||||||
TARGET := $(TARGET_NAME)_libretro.so
|
TARGET := $(TARGET_NAME)_libretro.so
|
||||||
fpic := -fPIC
|
fpic := -fPIC
|
||||||
SHARED := -shared -Wl,--version-script=libretro/link.T -Wl,--no-undefined
|
SHARED := -shared -Wl,--version-script=src/drivers/libretro/link.T -Wl,-no-undefined
|
||||||
CFLAGS += -DARM
|
CFLAGS += -DARM
|
||||||
CFLAGS += -marm -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -funsafe-math-optimizations
|
CFLAGS += -marm -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -funsafe-math-optimizations
|
||||||
CFLAGS += -fomit-frame-pointer -fstrict-aliasing -ffast-math
|
CFLAGS += -fomit-frame-pointer -fstrict-aliasing -ffast-math
|
||||||
|
|||||||
Reference in New Issue
Block a user