From 34aa1bb94fd70c36005f08ced380898fecd9d511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 21 Jan 2026 17:53:38 +0100 Subject: [PATCH] test-libc: enable loongarch64-linux-muslsf --- test/tests.zig | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/test/tests.zig b/test/tests.zig index 7873774c2a..179f80b306 100644 --- 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,