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 armv7-sony-vita-newlibeabihf. #882

Merged
merged 2 commits into from Oct 18, 2023
Merged

Conversation

sunfishcode
Copy link
Member

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.

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 sunfishcode merged commit 30a5ae1 into main Oct 18, 2023
43 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/vita branch October 18, 2023 22:40
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 this pull request may close these issues.

Add support for PS Vita
1 participant