diff --git a/tools/builder_common.sh b/tools/builder_common.sh index e2f2873e26..1eb8db6c34 100644 --- a/tools/builder_common.sh +++ b/tools/builder_common.sh @@ -989,7 +989,7 @@ get_altabi_arch() { elif [ "${_target_arch}" = "i386" ]; then echo "x86:32" elif [ "${_target_arch}" = "armv7" ]; then - echo "32:el:eabi:hardfp" + echo "32:el:eabi:softfp" else echo ">>> ERROR: Invalid arch" print_error_pfS