| ... | @@ -198,6 +198,7 @@ pub const Os = struct { | ... | @@ -198,6 +198,7 @@ pub const Os = struct { |
| 198 | .linux => switch (arch) { | 198 | .linux => switch (arch) { |
| 199 | .arm, .armeb, .thumb, .thumbeb => "arm", | 199 | .arm, .armeb, .thumb, .thumbeb => "arm", |
| 200 | .aarch64, .aarch64_be => "aarch64", | 200 | .aarch64, .aarch64_be => "aarch64", |
| | 201 | .loongarch32, .loongarch64 => "loongarch", |
| 201 | .mips, .mipsel, .mips64, .mips64el => "mips", | 202 | .mips, .mipsel, .mips64, .mips64el => "mips", |
| 202 | .powerpc, .powerpcle, .powerpc64, .powerpc64le => "powerpc", | 203 | .powerpc, .powerpcle, .powerpc64, .powerpc64le => "powerpc", |
| 203 | .riscv32, .riscv64 => "riscv", | 204 | .riscv32, .riscv64 => "riscv", |