aboutsummaryrefslogtreecommitdiff
path: root/patches/fake-08/1000-funkey-s-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/fake-08/1000-funkey-s-build.patch')
-rw-r--r--patches/fake-08/1000-funkey-s-build.patch17
1 files changed, 0 insertions, 17 deletions
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