From 694af47e2b3dc8c24dac704f293f4bcf9ab67858 Mon Sep 17 00:00:00 2001 From: neonloop Date: Mon, 24 Jul 2023 22:07:02 +0000 Subject: Changes funkey-s platform to unix-armv7-hardfloat-neon More generic platform is supported by more cores, fewer patches needed to get cores to build. Adding new cores is easier. unix-armv7-cortexa7-hardfloat-neon causes warnings, maybe SDK bug? Generic platform may not be as optimized, but speed difference can be fixed with patches if discovered. --- patches/fake-08/1000-funkey-s-build.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 patches/fake-08/1000-funkey-s-build.patch (limited to 'patches/fake-08/1000-funkey-s-build.patch') diff --git a/patches/fake-08/1000-funkey-s-build.patch b/patches/fake-08/1000-funkey-s-build.patch deleted file mode 100644 index e5f5046..0000000 --- a/patches/fake-08/1000-funkey-s-build.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/platform/libretro/Makefile b/platform/libretro/Makefile -index 420f9b7..b247ec0 100644 ---- a/platform/libretro/Makefile -+++ b/platform/libretro/Makefile -@@ -123,7 +123,11 @@ else ifeq ($(platform), miyoomini) - CXXFLAGS += -marm -mtune=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -march=armv7ve - fpic := -fPIC - SHARED := -shared -Wl,--version-script=link.T -- -+else ifeq ($(platform), classic_armv7_a7) -+ TARGET := $(TARGET_NAME)_libretro.so -+ CXXFLAGS += -marm -mtune=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -march=armv7ve -+ fpic := -fPIC -+ SHARED := -shared -Wl,--version-script=link.T - else ifeq ($(platform), gcw0) - TARGET := $(TARGET_NAME)_libretro_gcw0.so - CC = /opt/gcw0-toolchain/usr/bin/mipsel-linux-gcc -- cgit v1.2.3