-
Notifications
You must be signed in to change notification settings - Fork 679
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
Add RISC-V support on GNU/Linux #1176
Conversation
How does one build this? Does rustup include a risc-v toolchain now? |
No but libc and libstd are ported. |
This is the PR for building rust libstd on CI: rust-lang/rust#68037 |
What exactly does this PR accomplish? Is there more to it than those handfuls of constants? |
That's everything needed to make it compile on RISC-V. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to merge this change because it is, at the very least, harmless to supported platforms. But we can't officially support RISC-V without a CI solution.
bors r+
Build succeeded
|
No description provided.