| ... | @@ -912,6 +912,7 @@ pub const Abi = enum { | ... | @@ -912,6 +912,7 @@ pub const Abi = enum { |
| 912 | .windows => .gnu, | 912 | .windows => .gnu, |
| 913 | .uefi => .msvc, | 913 | .uefi => .msvc, |
| 914 | .@"3ds" => .eabihf, | 914 | .@"3ds" => .eabihf, |
| | 915 | .psp => .eabihf, |
| 915 | .vita => .eabihf, | 916 | .vita => .eabihf, |
| 916 | .wasi, .emscripten => .musl, | 917 | .wasi, .emscripten => .musl, |
| 917 | | 918 | |
| ... | @@ -930,7 +931,6 @@ pub const Abi = enum { | ... | @@ -930,7 +931,6 @@ pub const Abi = enum { |
| 930 | .tvos, | 931 | .tvos, |
| 931 | .visionos, | 932 | .visionos, |
| 932 | .watchos, | 933 | .watchos, |
| 933 | .psp, | | |
| 934 | .ps3, | 934 | .ps3, |
| 935 | .ps4, | 935 | .ps4, |
| 936 | .ps5, | 936 | .ps5, |