diff options
| author | YANG Xudong <yangxudong@ymatrix.cn> | 2024-08-31 08:40:21 +0800 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-08-31 20:49:24 -0700 |
| commit | 67fc44fc6f87b4a1b0fe8d4db2d4ac1327401409 (patch) | |
| tree | 2ac8c9b26d45a2a2493444ffd948eff3bfdafbee /lib | |
| parent | 37df6ba86e3f4e0f5d6a20ea8dad8f661fe0849e (diff) | |
| download | zig-67fc44fc6f87b4a1b0fe8d4db2d4ac1327401409.tar.gz zig-67fc44fc6f87b4a1b0fe8d4db2d4ac1327401409.zip | |
add qemu-loongarch64
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/std/zig/system.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/zig/system.zig b/lib/std/zig/system.zig index 92058fbf3b..4de1e20656 100644 --- a/lib/std/zig/system.zig +++ b/lib/std/zig/system.zig @@ -86,6 +86,7 @@ pub fn getExternalExecutor( .arm => Executor{ .qemu = "qemu-arm" }, .armeb => Executor{ .qemu = "qemu-armeb" }, .hexagon => Executor{ .qemu = "qemu-hexagon" }, + .loongarch64 => Executor{ .qemu = "qemu-loongarch64" }, .m68k => Executor{ .qemu = "qemu-m68k" }, .mips => Executor{ .qemu = "qemu-mips" }, .mipsel => Executor{ .qemu = "qemu-mipsel" }, |
