diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2018-08-01 21:46:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-01 21:46:39 +0200 |
| commit | b2392fad35eac665e239898fbffa8d4fbd284b88 (patch) | |
| tree | e297c8411f1b36ac48b133eab629fcf830b9669f | |
| parent | 6e7e3859c657ac35846e7337a35d407b7f9dffd8 (diff) | |
| parent | c2d57db4eebeb7e391d0a7bc8b2f49607d301588 (diff) | |
| download | rust-b2392fad35eac665e239898fbffa8d4fbd284b88.tar.gz rust-b2392fad35eac665e239898fbffa8d4fbd284b88.zip | |
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.
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 13042ab07e2..e969b91b2b6 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 --------- |
