mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
std.Target: Fix Abi.default() for mips64/mips64el.
This is necessary after: *270fbbcd86*11915ae48e
This commit is contained in:
parent
24ecf45569
commit
ddcde20817
1 changed files with 3 additions and 0 deletions
|
|
@ -862,6 +862,9 @@ pub const Abi = enum {
|
|||
.mips,
|
||||
.mipsel,
|
||||
=> .musleabi,
|
||||
.mips64,
|
||||
.mips64el,
|
||||
=> .muslabi64,
|
||||
else => .musl,
|
||||
},
|
||||
.rtems => switch (arch) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue