mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
test-libc: enable loongarch64-linux-muslsf
This commit is contained in:
+5
-6
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user