From e200e241bc3ce6eb40cd90ab8cc2077534818123 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 27 Feb 2019 18:03:31 -0300 Subject: [PATCH] Fix armv7 ABI string --- tools/builder_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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