gcc-arm-gnu-8.3: add builds for rust compatible musl toolchains (#17)
·
5 commits
to master
since this release
Adds builds of several musl cross toolchains that are compatible with rustc. The rust musl libc is based on version 1.1.24, which is incompatible with prebuilt versions of these toolchains that are available online. This build is based off of the following two projects: - https://github.com/richfelker/musl-cross-make - https://github.com/rust-cross/rust-musl-cross