Fix armv7 ABI string

This commit is contained in:
Renato Botelho 2019-02-27 18:03:31 -03:00
parent 82b59ceebe
commit e200e241bc

View File

@ -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