std.Target: Fix Abi.default() for mips64/mips64el.
This is necessary after: *270fbbcd86*11915ae48e
This commit is contained in:
@@ -862,6 +862,9 @@ pub const Abi = enum {
|
||||
.mips,
|
||||
.mipsel,
|
||||
=> .musleabi,
|
||||
.mips64,
|
||||
.mips64el,
|
||||
=> .muslabi64,
|
||||
else => .musl,
|
||||
},
|
||||
.rtems => switch (arch) {
|
||||
|
||||
Reference in New Issue
Block a user