diff options
author | neonloop | 2023-07-24 22:07:02 +0000 |
---|---|---|
committer | neonloop | 2023-07-24 22:07:02 +0000 |
commit | 694af47e2b3dc8c24dac704f293f4bcf9ab67858 (patch) | |
tree | 381e226413736125f116696671bbc58d61cc2981 /patches/fake-08/1000-funkey-s-build.patch | |
parent | ecb3c7bf765a84413ac0a53ffca7c8bf470c821f (diff) | |
download | picoarch-694af47e2b3dc8c24dac704f293f4bcf9ab67858.tar.gz picoarch-694af47e2b3dc8c24dac704f293f4bcf9ab67858.tar.bz2 picoarch-694af47e2b3dc8c24dac704f293f4bcf9ab67858.zip |
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.
Diffstat (limited to 'patches/fake-08/1000-funkey-s-build.patch')
-rw-r--r-- | patches/fake-08/1000-funkey-s-build.patch | 17 |
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 |