| author | |
| committer | |
| log | ddcde20817b185d6aefa5d48a2f1dff282d01b00 |
| tree | ccb7ea7c0ee06d3486e9a9fba12075995bdcab73 |
| parent | 24ecf45569f10743c5df6a39e6e71dcee265786a |
| signature |
This is necessary after:
* 270fbbcd86b02fcd02ad9b818d9de39dfe671754
* 11915ae48e44cfd9d4e5c5823919fb24951e68f91 files changed, 3 insertions(+), 0 deletions(-)
lib/std/Target.zig+3| ... | @@ -862,6 +862,9 @@ pub const Abi = enum { | ... | @@ -862,6 +862,9 @@ pub const Abi = enum { |
| 862 | .mips, | 862 | .mips, |
| 863 | .mipsel, | 863 | .mipsel, |
| 864 | => .musleabi, | 864 | => .musleabi, |
| 865 | .mips64, | ||
| 866 | .mips64el, | ||
| 867 | => .muslabi64, | ||
| 865 | else => .musl, | 868 | else => .musl, |
| 866 | }, | 869 | }, |
| 867 | .rtems => switch (arch) { | 870 | .rtems => switch (arch) { |