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