commit 34aa1bb94fd70c36005f08ced380898fecd9d511 (tree)
parent 3245eddcb12b5023bbbbd63eacb5eaf4968be9cb
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Wed, 21 Jan 2026 17:53:38 +0100
test-libc: enable loongarch64-linux-muslsf
Diffstat:
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/test/tests.zig b/test/tests.zig
@@ -2885,12 +2885,11 @@ const libc_targets: []const std.Target.Query = &.{
.os_tag = .linux,
.abi = .musl,
},
- // Macros like FE_INVALID are defined by musl, but they shouldn't.
- // .{
- // .cpu_arch = .loongarch64,
- // .os_tag = .linux,
- // .abi = .muslsf,
- // },
+ .{
+ .cpu_arch = .loongarch64,
+ .os_tag = .linux,
+ .abi = .muslsf,
+ },
// .{
// .cpu_arch = .mips,
// .os_tag = .linux,