Skip to content

Commit

Permalink
Rollup merge of rust-lang#52947 - Susurrus:patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pietroalbini authored Aug 1, 2018
2 parents 6e7e385 + c2d57db commit b2392fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Language

Compiler
--------
- [Added the `armv5te-unknown-linux-musl` target.][50423]
- [Added the `armv5te-unknown-linux-musleabi` target.][50423]

Libraries
---------
Expand Down

0 comments on commit b2392fa

Please sign in to comment.