4

Improved std support for ps vita target by nikarh · Pull Request #111819 · rust-...

 1 year ago
source link: https://github.com/rust-lang/rust/pull/111819
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Conversation

Contributor

Fixed a couple of things in std support for ps vita via Vita SDK newlib oss implementation:

  • Added missing hardware features to target spec
  • Compile in thumb by default (newlib is also compiled in thumb)
  • Fixed fs calls. Vita newlib has a not-very-posix dirent. Also vita does not expose inodes, it's stubbed as 0 in stat, and I'm stubbing it here for dirent (because vita newlibs's dirent doesn't even have that field)
  • Enabled signal handlers for panic unwinding
  • Dropped static link requirement from the platform support md. Also, rearranged sections to better stick with the template.

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK