-
Notifications
You must be signed in to change notification settings - Fork 167
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
Comments
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.
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
rustix
needs to support thearmv7-sony-vita-newlibeabihf
target forpolling
to support PS Vita.See smol-rs/polling#160
The text was updated successfully, but these errors were encountered: