From 75646227ccf5b32e78cc7a707c5f2e9dd400ca38 Mon Sep 17 00:00:00 2001 From: Ryan 'Swingflip' Hamlin Date: Mon, 29 Oct 2018 22:26:08 +0000 Subject: Fixed the link for A7A7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 02d4d21..466d4d1 100644 --- a/Makefile +++ b/Makefile @@ -231,7 +231,7 @@ else ifeq ($(platform), gcw0) else ifeq ($(platform), classic_armv7_a7) TARGET := $(TARGET_NAME)_libretro.so fpic := -fPIC - SHARED := -shared -Wl,--version-script=libretro/link.T -Wl,--no-undefined + SHARED := -shared -Wl,--version-script=link.T -Wl,--no-undefined CFLAGS += -Ofast \ -flto=4 -fwhole-program -fuse-linker-plugin \ -fdata-sections -ffunction-sections -Wl,--gc-sections \ -- cgit v1.2.3