Skip to content
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 support for PS Vita #881

Closed
notgull opened this issue Oct 18, 2023 · 1 comment · Fixed by #882
Closed

Add support for PS Vita #881

notgull opened this issue Oct 18, 2023 · 1 comment · Fixed by #882

Comments

@notgull
Copy link
Contributor

notgull commented Oct 18, 2023

rustix needs to support the armv7-sony-vita-newlibeabihf target for polling to support PS Vita.

See smol-rs/polling#160

sunfishcode added a commit that referenced this issue Oct 18, 2023
Add `target_os = "vita"` checks as needed for rustix to compile on
armv7-sony-vita-newlibeabihf.

This excludes support for `mm`, `termios`, and a few other things for
now, where the libc bindings seem to be missing key types and constants.

Fixes #881.
sunfishcode added a commit that referenced this issue Oct 18, 2023
Add `target_os = "vita"` checks as needed for rustix to compile on
armv7-sony-vita-newlibeabihf.

This excludes support for `mm`, `termios`, and a few other things for
now, where the libc bindings seem to be missing key types and constants.

Fixes #881.
@sunfishcode
Copy link
Member

This is now released in rustix 0.38.20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants