mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
parent
819fe51a7e
commit
019c0fc184
1 changed files with 16 additions and 22 deletions
|
|
@ -311,7 +311,6 @@ const test_targets = blk: {
|
||||||
.abi = .none,
|
.abi = .none,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
.cpu_arch = .mips,
|
.cpu_arch = .mips,
|
||||||
|
|
@ -320,16 +319,14 @@ const test_targets = blk: {
|
||||||
},
|
},
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
},
|
},
|
||||||
|
.{
|
||||||
// https://github.com/ziglang/zig/issues/4927
|
.target = .{
|
||||||
//.{
|
.cpu_arch = .mips,
|
||||||
// .target = .{
|
.os_tag = .linux,
|
||||||
// .cpu_arch = .mips,
|
.abi = .gnueabihf,
|
||||||
// .os_tag = .linux,
|
},
|
||||||
// .abi = .gnueabihf,
|
.link_libc = true,
|
||||||
// },
|
},
|
||||||
// .link_libc = true,
|
|
||||||
//},
|
|
||||||
|
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
|
|
@ -338,7 +335,6 @@ const test_targets = blk: {
|
||||||
.abi = .none,
|
.abi = .none,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
.cpu_arch = .mipsel,
|
.cpu_arch = .mipsel,
|
||||||
|
|
@ -347,16 +343,14 @@ const test_targets = blk: {
|
||||||
},
|
},
|
||||||
.link_libc = true,
|
.link_libc = true,
|
||||||
},
|
},
|
||||||
|
.{
|
||||||
// https://github.com/ziglang/zig/issues/4927
|
.target = .{
|
||||||
//.{
|
.cpu_arch = .mipsel,
|
||||||
// .target = .{
|
.os_tag = .linux,
|
||||||
// .cpu_arch = .mipsel,
|
.abi = .gnueabihf,
|
||||||
// .os_tag = .linux,
|
},
|
||||||
// .abi = .gnueabihf,
|
.link_libc = true,
|
||||||
// },
|
},
|
||||||
// .link_libc = true,
|
|
||||||
//},
|
|
||||||
|
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue