mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
parent
e725d1e226
commit
eadc0c01cc
1 changed files with 7 additions and 8 deletions
|
|
@ -296,14 +296,13 @@ const test_targets = blk: {
|
|||
}) catch unreachable,
|
||||
.link_libc = true,
|
||||
},
|
||||
// https://github.com/ziglang/zig/issues/3287
|
||||
//.{
|
||||
// .target = std.Target.Query.parse(.{
|
||||
// .arch_os_abi = "arm-linux-gnueabihf",
|
||||
// .cpu_features = "generic+v8a",
|
||||
// }) catch unreachable,
|
||||
// .link_libc = true,
|
||||
//},
|
||||
.{
|
||||
.target = std.Target.Query.parse(.{
|
||||
.arch_os_abi = "arm-linux-gnueabihf",
|
||||
.cpu_features = "generic+v8a",
|
||||
}) catch unreachable,
|
||||
.link_libc = true,
|
||||
},
|
||||
|
||||
// https://github.com/ziglang/zig/issues/16846
|
||||
//.{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue