mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 18:51:44 +03:00
std.Target: default ABI to eabihf for psp
This commit is contained in:
+1
-1
@@ -912,6 +912,7 @@ pub const Abi = enum {
|
||||
.windows => .gnu,
|
||||
.uefi => .msvc,
|
||||
.@"3ds" => .eabihf,
|
||||
.psp => .eabihf,
|
||||
.vita => .eabihf,
|
||||
.wasi, .emscripten => .musl,
|
||||
|
||||
@@ -930,7 +931,6 @@ pub const Abi = enum {
|
||||
.tvos,
|
||||
.visionos,
|
||||
.watchos,
|
||||
.psp,
|
||||
.ps3,
|
||||
.ps4,
|
||||
.ps5,
|
||||
|
||||
Reference in New Issue
Block a user