Skip to content

gcc-arm-gnu-8.3: add builds for rust compatible musl toolchains (#17)

Compare
Choose a tag to compare
@krisukox krisukox released this 08 May 09:05
· 5 commits to master since this release
10fe5d8
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