authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-11 12:55:28+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-11 12:55:45+02:00
logd2e42fe9deca5601941d0e25167ad3d5bb05e541
tree3150b619cd59808e4f82fa10a81cc9f041c503f5
parent71e5ee9a51807485cdcbfdc3bf56c056ad22527c
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.Target: default ABI to eabihf for psp


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/Target.zig+1-1
...@@ -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,
917918
...@@ -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,