Add Platform Support documentation for MIPS Release 6 targets#113042
Merged
bors merged 1 commit intorust-lang:masterfrom Jul 17, 2023
Merged
Add Platform Support documentation for MIPS Release 6 targets#113042bors merged 1 commit intorust-lang:masterfrom
bors merged 1 commit intorust-lang:masterfrom
Conversation
Collaborator
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
This comment has been minimized.
This comment has been minimized.
Contributor
Author
|
Thanks, cleaning up the documentation now. |
This comment has been minimized.
This comment has been minimized.
Cyanoxygen
commented
Jun 26, 2023
JohnTitor
reviewed
Jun 26, 2023
Member
|
It'd be also great if you could squash commits into one. |
- This documentation describes the Rust support for Linux MIPS Release 6 targets. - Also update the status of mipsisa64r6el-unknown-linux-gnuabi64i in SUMMARY, as we have successfully built the native toolchain. - Also fill out the description of MIPS R6 targets in SUMMARY.
0838dcc to
9262c33
Compare
Contributor
Author
|
Branch is force-pushed, as commits are squashed into one. Thanks! |
JohnTitor
approved these changes
Jul 16, 2023
Member
|
Thank you! |
Collaborator
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Jul 16, 2023
… r=JohnTitor Add Platform Support documentation for MIPS Release 6 targets This is a follow-up to our to-announce MCP, rust-lang/compiler-team#638, where we proposed to assign several maintainers for MIPS R6 targets and was told to explain that this set of targets are experimental in nature. This documentation describes Rust support for `mipsisa*r6*-unknown-linux-gnu*` targets (mainly `mipsisa64r6el-unknown-linux-gnuabi64`), including toolchain setup, building, and testing procedures.
workingjubilee
added a commit
to workingjubilee/rustc
that referenced
this pull request
Jul 16, 2023
… r=JohnTitor Add Platform Support documentation for MIPS Release 6 targets This is a follow-up to our to-announce MCP, rust-lang/compiler-team#638, where we proposed to assign several maintainers for MIPS R6 targets and was told to explain that this set of targets are experimental in nature. This documentation describes Rust support for `mipsisa*r6*-unknown-linux-gnu*` targets (mainly `mipsisa64r6el-unknown-linux-gnuabi64`), including toolchain setup, building, and testing procedures.
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jul 16, 2023
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#113042 (Add Platform Support documentation for MIPS Release 6 targets) - rust-lang#113539 (fixed typo) - rust-lang#113614 (platform-support.md: It's now verified that NetBSD/riscv64 can self-h…) - rust-lang#113750 (Add missing italicization to `sort_unstable_by_key` complexity ) - rust-lang#113755 (Normalize lazy type aliases when probing for ADTs) - rust-lang#113756 (fix wrong link) - rust-lang#113762 (Fix typo) r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a follow-up to our to-announce MCP, rust-lang/compiler-team#638, where we proposed to assign several maintainers for MIPS R6 targets and was told to explain that this set of targets are experimental in nature.
This documentation describes Rust support for
mipsisa*r6*-unknown-linux-gnu*targets (mainlymipsisa64r6el-unknown-linux-gnuabi64), including toolchain setup, building, and testing procedures.