mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix armv7 ABI string
This commit is contained in:
parent
82b59ceebe
commit
e200e241bc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user