]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #52947 - Susurrus:patch-1, r=alexcrichton
authorPietro Albini <pietro@pietroalbini.org>
Wed, 1 Aug 2018 19:46:39 +0000 (21:46 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Aug 2018 19:46:39 +0000 (21:46 +0200)
commitb2392fad35eac665e239898fbffa8d4fbd284b88
treee297c8411f1b36ac48b133eab629fcf830b9669f
parent6e7e3859c657ac35846e7337a35d407b7f9dffd8
parentc2d57db4eebeb7e391d0a7bc8b2f49607d301588
Rollup merge of #52947 - Susurrus:patch-1, r=alexcrichton

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.