-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add Platform Support documentation for MIPS Release 6 targets #113042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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.
Thanks, cleaning up the documentation now. |
This comment has been minimized.
This comment has been minimized.
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
Branch is force-pushed, as commits are squashed into one. Thanks! |
Thank you! |
… 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.
… 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.
…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 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.