Skip to content

Commit

Permalink
Typo in the set of toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
wberube committed Nov 26, 2024
1 parent ade130e commit f6d1c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
fi

if [ "$1" = "arm-glibc" ] || [ "$1" = "hisi-v4a" ]; then
toolchain toolchain.hisilicon-hi3516cv500 -lm
toolchain toolchain.hisilicon-hi3516cv500 arm -lm
elif [ "$1" = "arm-musl3" ] || [ "$1" = "hisi-v2a" ] || [ "$1" = "hisi-v3a" ]; then
toolchain toolchain.hisilicon-hi3516av100 arm
elif [ "$1" = "arm-musl4" ] || [ "$1" = "hisi-v4" ]; then
Expand Down

0 comments on commit f6d1c16

Please sign in to comment.