CI: Add hf ABI toolchain support

pull/402/head
Dmitry Ilyin 2022-08-24 11:24:57 +03:00
parent d4ad5339c3
commit ef73c4335c
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ jobs:
arm*|cortex*)
PREFIX=arm
ABI="eabi"
[[ $SOC =~ _hf$ ]] && ABI="${ABI}hf"
;;
mips_xburst)
PREFIX=mipsel