From c2d57db4eebeb7e391d0a7bc8b2f49607d301588 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Wed, 1 Aug 2018 08:24:18 -0700 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 13042ab07e217..e969b91b2b643 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -216,7 +216,7 @@ Language Compiler -------- -- [Added the `armv5te-unknown-linux-musl` target.][50423] +- [Added the `armv5te-unknown-linux-musleabi` target.][50423] Libraries ---------