mirror of https://github.com/OpenIPC/firmware.git
CI: Add hf ABI toolchain support
parent
d4ad5339c3
commit
ef73c4335c
|
@ -365,6 +365,7 @@ jobs:
|
|||
arm*|cortex*)
|
||||
PREFIX=arm
|
||||
ABI="eabi"
|
||||
[[ $SOC =~ _hf$ ]] && ABI="${ABI}hf"
|
||||
;;
|
||||
mips_xburst)
|
||||
PREFIX=mipsel
|
||||
|
|
Loading…
Reference in New Issue