| ... | @@ -311,7 +311,6 @@ const test_targets = blk: { | ... | @@ -311,7 +311,6 @@ const test_targets = blk: { |
| 311 | .abi = .none, | 311 | .abi = .none, |
| 312 | }, | 312 | }, |
| 313 | }, | 313 | }, |
| 314 | | | |
| 315 | .{ | 314 | .{ |
| 316 | .target = .{ | 315 | .target = .{ |
| 317 | .cpu_arch = .mips, | 316 | .cpu_arch = .mips, |
| ... | @@ -320,16 +319,14 @@ const test_targets = blk: { | ... | @@ -320,16 +319,14 @@ const test_targets = blk: { |
| 320 | }, | 319 | }, |
| 321 | .link_libc = true, | 320 | .link_libc = true, |
| 322 | }, | 321 | }, |
| 323 | | 322 | .{ |
| 324 | // https://github.com/ziglang/zig/issues/4927 | 323 | .target = .{ |
| 325 | //.{ | 324 | .cpu_arch = .mips, |
| 326 | // .target = .{ | 325 | .os_tag = .linux, |
| 327 | // .cpu_arch = .mips, | 326 | .abi = .gnueabihf, |
| 328 | // .os_tag = .linux, | 327 | }, |
| 329 | // .abi = .gnueabihf, | 328 | .link_libc = true, |
| 330 | // }, | 329 | }, |
| 331 | // .link_libc = true, | | |
| 332 | //}, | | |
| 333 | | 330 | |
| 334 | .{ | 331 | .{ |
| 335 | .target = .{ | 332 | .target = .{ |
| ... | @@ -338,7 +335,6 @@ const test_targets = blk: { | ... | @@ -338,7 +335,6 @@ const test_targets = blk: { |
| 338 | .abi = .none, | 335 | .abi = .none, |
| 339 | }, | 336 | }, |
| 340 | }, | 337 | }, |
| 341 | | | |
| 342 | .{ | 338 | .{ |
| 343 | .target = .{ | 339 | .target = .{ |
| 344 | .cpu_arch = .mipsel, | 340 | .cpu_arch = .mipsel, |
| ... | @@ -347,16 +343,14 @@ const test_targets = blk: { | ... | @@ -347,16 +343,14 @@ const test_targets = blk: { |
| 347 | }, | 343 | }, |
| 348 | .link_libc = true, | 344 | .link_libc = true, |
| 349 | }, | 345 | }, |
| 350 | | 346 | .{ |
| 351 | // https://github.com/ziglang/zig/issues/4927 | 347 | .target = .{ |
| 352 | //.{ | 348 | .cpu_arch = .mipsel, |
| 353 | // .target = .{ | 349 | .os_tag = .linux, |
| 354 | // .cpu_arch = .mipsel, | 350 | .abi = .gnueabihf, |
| 355 | // .os_tag = .linux, | 351 | }, |
| 356 | // .abi = .gnueabihf, | 352 | .link_libc = true, |
| 357 | // }, | 353 | }, |
| 358 | // .link_libc = true, | | |
| 359 | //}, | | |
| 360 | | 354 | |
| 361 | .{ | 355 | .{ |
| 362 | .target = .{ | 356 | .target = .{ |