mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
parent
e725d1e226
commit
eadc0c01cc
@ -296,14 +296,13 @@ const test_targets = blk: {
|
|||||||
}) catch unreachable,
|
}) catch unreachable,
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
},
|
},
|
||||||
// https://github.com/ziglang/zig/issues/3287
|
.{
|
||||||
//.{
|
.target = std.Target.Query.parse(.{
|
||||||
// .target = std.Target.Query.parse(.{
|
.arch_os_abi = "arm-linux-gnueabihf",
|
||||||
// .arch_os_abi = "arm-linux-gnueabihf",
|
.cpu_features = "generic+v8a",
|
||||||
// .cpu_features = "generic+v8a",
|
}) catch unreachable,
|
||||||
// }) catch unreachable,
|
.link_libc = true,
|
||||||
// .link_libc = true,
|
},
|
||||||
//},
|
|
||||||
|
|
||||||
// https://github.com/ziglang/zig/issues/16846
|
// https://github.com/ziglang/zig/issues/16846
|
||||||
//.{
|
//.{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user