From 41f1303d7d109ba2e3cc1ae455bb2088a30634fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Fri, 11 Jan 2019 22:33:42 +0700 Subject: [PATCH] Pass linux arm-hardfloat-neon flags --- libretro-config.sh | 5 +++++ recipes/linux/cores-linux-arm7neonhf.conf | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libretro-config.sh b/libretro-config.sh index 9d7c0de0..f2b1456c 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -909,6 +909,11 @@ case "$platform" in FORMAT_COMPILER_TARGET="android-armv7" DIST_DIR="android/armeabi-v7a" ;; + linux-armv7-neon) + FORMAT_EXT="so" + FORMAT_COMPILER_TARGET="unix-armv7-hardfloat-neon" + DIST_DIR="unix" + ;; *) BINARY_EXT="" FORMAT_COMPILER_TARGET="unix" diff --git a/recipes/linux/cores-linux-arm7neonhf.conf b/recipes/linux/cores-linux-arm7neonhf.conf index 3f296235..4c2ed447 100644 --- a/recipes/linux/cores-linux-arm7neonhf.conf +++ b/recipes/linux/cores-linux-arm7neonhf.conf @@ -1,4 +1,4 @@ -platform linux-armv +platform linux-armv7-neon PLATFORM linux MAKEPORTABLE YES CORE_JOB YES