test-libc: enable loongarch64-linux-muslsf

This commit is contained in:
Alex Rønne Petersen
2026-01-21 17:53:38 +01:00
parent 3245eddcb1
commit 34aa1bb94f
+5 -6
View File
@@ -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,