]> git.lizzy.rs Git - rust.git/commit
1.27 actually added the `armv5te-unknown-linux-musleabi` target
authorBryant Mairs <bryant@mai.rs>
Wed, 1 Aug 2018 15:24:18 +0000 (08:24 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Aug 2018 15:24:18 +0000 (08:24 -0700)
commitc2d57db4eebeb7e391d0a7bc8b2f49607d301588
treeefddd97428f7917d6d15f06de4a0ac8d31cffbd5
parent11f812aa7d1df09724f94c2b095f6dbfd367da17
1.27 actually added the `armv5te-unknown-linux-musleabi` target

The PR title says `armv5te-unknown-linux-musl`, but it looks like the final code merge renamed the target to `armv5te-unknown-linux-musleabi`. `rustup` reports this as correct as well.

The [Rust Platform Support](https://forge.rust-lang.org/platform-support.html) page needs this added as well, but I'm not certain what codebase that is generated from.
RELEASES.md