From 74d7baed80bf15aa9415632ba10604f367929200 Mon Sep 17 00:00:00 2001 From: vanfanel Date: Thu, 25 Feb 2016 15:26:43 +0100 Subject: [PATCH] Another small correction on the rpi2 platform defines --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 5546c79..f9395fc 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -162,7 +162,7 @@ else ifeq ($(platform), ctr) else ifeq ($(platform), rpi2) TARGET := $(TARGET_NAME)_libretro.so 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 += -marm -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -funsafe-math-optimizations CFLAGS += -fomit-frame-pointer -fstrict-aliasing -ffast-math