diff options
| author | bors <bors@rust-lang.org> | 2023-06-07 03:20:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-06-07 03:20:15 +0000 |
| commit | b3dd578767299e6bcb617fbb28724fe32b31cf3b (patch) | |
| tree | dcaf72af5dc13eb5ffa2e72781142b95a817e66d /compiler/rustc_interface/src/queries.rs | |
| parent | 7b28a6b08aa072dde3260f16e175c565400c09d9 (diff) | |
| parent | 032857e7e403f654129c45dc7e6718a9ad49e377 (diff) | |
| download | rust-b3dd578767299e6bcb617fbb28724fe32b31cf3b.tar.gz rust-b3dd578767299e6bcb617fbb28724fe32b31cf3b.zip | |
Auto merge of #111819 - nikarh:vita-improved, r=Amanieu
Improved std support for ps vita target 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.
Diffstat (limited to 'compiler/rustc_interface/src/queries.rs')
0 files changed, 0 insertions, 0 deletions
