Skip to content

Commit

Permalink
std.Target: Handle loongarch in Os.Tag.archName().
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp authored and andrewrk committed Aug 1, 2024
1 parent f03d54f commit 8d5eaad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/std/Target.zig
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ pub const Os = struct {
.linux => switch (arch) {
.arm, .armeb, .thumb, .thumbeb => "arm",
.aarch64, .aarch64_be => "aarch64",
.loongarch32, .loongarch64 => "loongarch",
.mips, .mipsel, .mips64, .mips64el => "mips",
.powerpc, .powerpcle, .powerpc64, .powerpc64le => "powerpc",
.riscv32, .riscv64 => "riscv",
Expand Down

0 comments on commit 8d5eaad

Please sign in to comment.