Jubilee
a43492b884
Rollup merge of #131168 - madsmtm:target-info-psx-os, r=davidtwco
...
Fix `target_os` for `mipsel-sony-psx`
Previously set to `target_os = "none"` and `target_env = "psx"` in [the PR introducing the target](https://github.com/rust-lang/rust/pull/102689/ ), but although the Playstation 1 is _close_ to a bare metal target in some regards, it's still very much an operating system, so we should instead set `target_os = "psx"`.
This also matches the `mipsel-sony-psp` target, which sets `target_os = "psp"`.
CC target maintainer ``@ayrtonm.``
If there's any code out there that uses `cfg(target_env = "psx")`, they can use `cfg(any(target_os = "psx", target_env = "psx"))` until they bump their MSRV to a version where this is fully fixed.
2024-10-31 17:50:40 -07:00
..
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-08-28 23:32:40 +01:00
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-05-22 20:58:57 +02:00
2024-08-28 23:32:40 +01:00
2024-08-28 23:32:40 +01:00
2024-05-04 11:30:38 +02:00
2024-08-28 23:32:40 +01:00
2024-05-04 11:30:38 +02:00
2024-08-28 23:32:40 +01:00
2024-05-04 11:30:38 +02:00
2024-08-28 23:32:40 +01:00
2024-05-04 11:30:38 +02:00
2024-08-28 23:32:40 +01:00
2024-05-04 11:30:38 +02:00
2024-08-28 23:32:40 +01:00
2024-05-04 11:30:38 +02:00
2024-05-21 20:16:39 +00:00
2024-05-04 11:30:38 +02:00
2024-05-21 20:16:39 +00:00
2024-05-20 11:44:09 +02:00
2024-05-20 11:44:09 +02:00
2024-05-20 11:44:09 +02:00
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-08-28 23:32:40 +01:00
2024-08-28 23:32:40 +01:00
2024-08-28 23:32:40 +01:00
2024-05-09 14:47:09 +10:00
2024-05-04 11:30:38 +02:00
2024-08-28 23:32:40 +01:00
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-09-30 12:15:08 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-09-30 12:15:08 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-06 07:44:41 +02:00
2024-05-04 11:30:38 +02:00
2024-10-16 18:00:51 +01:00
2023-03-09 21:55:00 +01:00
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-09-18 11:07:32 +02:00
2024-09-18 11:07:32 +02:00
2024-09-18 11:07:32 +02:00
2024-05-04 11:30:38 +02:00
2024-08-28 23:32:40 +01:00
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-05-21 20:16:39 +00:00
2024-05-04 11:30:38 +02:00
2024-05-09 14:47:09 +10:00
2024-05-09 14:47:09 +10:00
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-05-09 14:47:09 +10:00
2024-05-09 14:47:09 +10:00
2024-05-04 11:30:38 +02:00
2024-05-04 11:30:38 +02:00
2024-08-28 23:32:40 +01:00
2024-08-28 23:32:40 +01:00
2024-10-31 17:50:40 -07:00