-
Notifications
You must be signed in to change notification settings - Fork 1k
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 initial support for csky-unknown-linux-gnuabiv2 #3301
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 (
|
@rustbot review |
I know the code to support Linux/csky isn't yet in rust itself; rust-lang/rust#113658 is in process. However, I need this crate merge first, and then rust-lang/rust#113658 ensues because rust depends on libc by using |
@JohnTitor May I ask if you have time to review this PR? Thanks |
Could you rebase and squash commits into one? |
a5a426d
to
3d77fc6
Compare
Done! Thanks |
@JohnTitor Could you merge it? Thanks! |
@bors r+ |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14 |
Add libc-files to allow rust to be used on the csky/linux platform with a PR rust-lang/rust#113658 for rust
Signed-off-by: @Dirreke [email protected]