Skip to content

Commit

Permalink
add missing arm-unknown-linux-musleabihf target
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Mar 15, 2024
1 parent 67ec49a commit f756b91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mk/install-build-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ arm-unknown-linux-musleabi)
gcc-arm-linux-gnueabi \
libc6-dev-armel-cross
;;
arm-unknown-linux-musleabihf)
use_clang=1
install_packages \
qemu-user \
gcc-arm-linux-gnueabihf \
libc6-dev-armhf-cross
;;
arm-unknown-linux-gnueabi)
install_packages \
qemu-user \
Expand Down

0 comments on commit f756b91

Please sign in to comment.