]> git.lizzy.rs Git - rust.git/commitdiff
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)
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

index 13042ab07e2175178d1d57574ec592fbb0a96821..e969b91b2b6435dcbc1003bbdc173de9c5912719 100644 (file)
@@ -216,7 +216,7 @@ Language
 
 Compiler
 --------
-- [Added the `armv5te-unknown-linux-musl` target.][50423]
+- [Added the `armv5te-unknown-linux-musleabi` target.][50423]
 
 Libraries
 ---------