mirror of
https://github.com/ziglang/zig.git
synced 2025-02-08 13:40:30 +00:00
std.Target: Handle loongarch in Os.Tag.archName().
This commit is contained in:
parent
f03d54f069
commit
8d5eaadb05
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user