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 {
912912 .windows => .gnu,
913913 .uefi => .msvc,
914914 .@"3ds" => .eabihf,
915 .psp => .eabihf,
915916 .vita => .eabihf,
916917 .wasi, .emscripten => .musl,
917918
......@@ -930,7 +931,6 @@ pub const Abi = enum {
930931 .tvos,
931932 .visionos,
932933 .watchos,
933 .psp,
934934 .ps3,
935935 .ps4,
936936 .ps5,