| ... | @@ -438,6 +438,30 @@ const test_targets = blk: { | ... | @@ -438,6 +438,30 @@ const test_targets = blk: { |
| 438 | // .link_libc = true, | 438 | // .link_libc = true, |
| 439 | //}, | 439 | //}, |
| 440 | | 440 | |
| | 441 | .{ |
| | 442 | .target = .{ |
| | 443 | .cpu_arch = .powerpc64, |
| | 444 | .os_tag = .linux, |
| | 445 | .abi = .none, |
| | 446 | }, |
| | 447 | }, |
| | 448 | .{ |
| | 449 | .target = .{ |
| | 450 | .cpu_arch = .powerpc64, |
| | 451 | .os_tag = .linux, |
| | 452 | .abi = .musl, |
| | 453 | }, |
| | 454 | .link_libc = true, |
| | 455 | }, |
| | 456 | // Requires ELFv1 linker support. |
| | 457 | // .{ |
| | 458 | // .target = .{ |
| | 459 | // .cpu_arch = .powerpc64, |
| | 460 | // .os_tag = .linux, |
| | 461 | // .abi = .gnu, |
| | 462 | // }, |
| | 463 | // .link_libc = true, |
| | 464 | // }, |
| 441 | .{ | 465 | .{ |
| 442 | .target = .{ | 466 | .target = .{ |
| 443 | .cpu_arch = .powerpc64le, | 467 | .cpu_arch = .powerpc64le, |