std.Target: Fix Abi.default() for mips64/mips64el.

This is necessary after:

* 270fbbcd86b02fcd02ad9b818d9de39dfe671754
* 11915ae48e44cfd9d4e5c5823919fb24951e68f9
This commit is contained in:
Alex Rønne Petersen 2024-11-24 21:37:54 +01:00
parent 24ecf45569
commit ddcde20817
No known key found for this signature in database

View File

@ -862,6 +862,9 @@ pub const Abi = enum {
.mips,
.mipsel,
=> .musleabi,
.mips64,
.mips64el,
=> .muslabi64,
else => .musl,
},
.rtems => switch (arch) {