-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Updated libc and doc for Vita target #116518
Conversation
r? @ehuss (rustbot has picked a reviewer for you, use r? to override) |
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
1 similar comment
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
r? libs |
👍 I agree to be added as a target maintainer |
and my axe 👍 |
Will everyone have the ability to submit patches to |
Absolutely, it's under an org with currently 4 people having access to merge and release stuff, and contributions are much welcome (to any repository under |
Some changes occurred in src/tools/cargo cc @ehuss |
Oops, that was an accident, reverted |
Also as a clarification, does this target support std? |
Yes, we support std via newlib provided by VITASDK opensource homebrew toolchain. Most of the std works except for the process API, since it is not available on the platform |
Can you note the (functional) absence of |
Sure, I'll edit vita row in a table in |
Ah, true enough! |
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.
The only thing I was uncertain about for a bit was the replacement of the build description with the cargo-vita
tool. However, reading closely, it becomes more obvious that an external SDK was required anyways, so that seems fine, honestly.
r=me with a few nits and that last question answered.
src/doc/rustc/src/platform-support/armv7-sony-vita-newlibeabihf.md
Outdated
Show resolved
Hide resolved
src/doc/rustc/src/platform-support/armv7-sony-vita-newlibeabihf.md
Outdated
Show resolved
Hide resolved
src/doc/rustc/src/platform-support/armv7-sony-vita-newlibeabihf.md
Outdated
Show resolved
Hide resolved
src/doc/rustc/src/platform-support/armv7-sony-vita-newlibeabihf.md
Outdated
Show resolved
Hide resolved
src/doc/rustc/src/platform-support/armv7-sony-vita-newlibeabihf.md
Outdated
Show resolved
Hide resolved
src/doc/rustc/src/platform-support/armv7-sony-vita-newlibeabihf.md
Outdated
Show resolved
Hide resolved
@bors r=workingjubilee |
@nikarh: 🔑 Insufficient privileges: Not in reviewers |
ohright. |
☀️ Test successful - checks-actions |
Finished benchmarking commit (2e57d64): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 625.857s -> 626.67s (0.13%) |
57: Pull upstream master 2023 10 18 r=pietroalbini a=Veykril * rust-lang/rust#116505 * rust-lang/rust#116840 * rust-lang/rust#116767 * rust-lang/rust#116855 * rust-lang/rust#116827 * rust-lang/rust#116787 * rust-lang/rust#116719 * rust-lang/rust#116717 * rust-lang/rust#111072 * rust-lang/rust#116844 * rust-lang/rust#115577 * rust-lang/rust#116756 * rust-lang/rust#116518 Co-authored-by: Urgau <urgau@numericable.fr> Co-authored-by: Esteban Küber <esteban@kuber.com.ar> Co-authored-by: Deadbeef <ent3rm4n@gmail.com> Co-authored-by: Ralf Jung <post@ralfj.de> Co-authored-by: Camille GILLOT <gillot.camille@gmail.com> Co-authored-by: Celina G. Val <celinval@amazon.com> Co-authored-by: Nicholas Nethercote <n.nethercote@gmail.com> Co-authored-by: Arthur Lafrance <lafrancearthur@gmail.com> Co-authored-by: Nikolay Arhipov <n@arhipov.net> Co-authored-by: Nikita Popov <npopov@redhat.com> Co-authored-by: bors <bors@rust-lang.org>
Doc changes:
cargo-make
Code changes:
Updated libc for Add missing PS Vita definitions, fix some unused ones libc#3284 and Added socketpair and pipe2 for Vita target libc#3366(Already merged in Bump libc dependency #116527)new_pair
since we've implementedsocketpair
in Vita newlib