mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 13:58:27 +00:00
std.Target: fix cCallingConvention() to pick mips64_n32 for muslabin32
This commit is contained in:
parent
0e15b2ac10
commit
a7f085f0d7
@ -3467,7 +3467,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention
|
||||
.hard => .{ .arm_aapcs_vfp = .{} },
|
||||
},
|
||||
.mips64, .mips64el => switch (target.abi) {
|
||||
.gnuabin32 => .{ .mips64_n32 = .{} },
|
||||
.gnuabin32, .muslabin32 => .{ .mips64_n32 = .{} },
|
||||
else => .{ .mips64_n64 = .{} },
|
||||
},
|
||||
.mips, .mipsel => .{ .mips_o32 = .{} },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user