| ... | ... | @@ -176,6 +176,7 @@ const test_targets = blk: { |
| 176 | 176 | }, |
| 177 | 177 | .linkage = .dynamic, |
| 178 | 178 | .link_libc = true, |
| 179 | .extra_target = true, |
| 179 | 180 | }, |
| 180 | 181 | .{ |
| 181 | 182 | .target = .{ |
| ... | ... | @@ -607,6 +608,7 @@ const test_targets = blk: { |
| 607 | 608 | .abi = .muslabin32, |
| 608 | 609 | }, |
| 609 | 610 | .link_libc = true, |
| 611 | .extra_target = true, |
| 610 | 612 | }, |
| 611 | 613 | .{ |
| 612 | 614 | .target = .{ |
| ... | ... | @@ -633,6 +635,7 @@ const test_targets = blk: { |
| 633 | 635 | .abi = .gnuabin32, |
| 634 | 636 | }, |
| 635 | 637 | .link_libc = true, |
| 638 | .extra_target = true, |
| 636 | 639 | }, |
| 637 | 640 | |
| 638 | 641 | .{ |
| ... | ... | @@ -667,6 +670,7 @@ const test_targets = blk: { |
| 667 | 670 | .abi = .muslabin32, |
| 668 | 671 | }, |
| 669 | 672 | .link_libc = true, |
| 673 | .extra_target = true, |
| 670 | 674 | }, |
| 671 | 675 | .{ |
| 672 | 676 | .target = .{ |
| ... | ... | @@ -693,6 +697,7 @@ const test_targets = blk: { |
| 693 | 697 | .abi = .gnuabin32, |
| 694 | 698 | }, |
| 695 | 699 | .link_libc = true, |
| 700 | .extra_target = true, |
| 696 | 701 | }, |
| 697 | 702 | |
| 698 | 703 | .{ |
| ... | ... | @@ -701,6 +706,7 @@ const test_targets = blk: { |
| 701 | 706 | .os_tag = .linux, |
| 702 | 707 | .abi = .eabi, |
| 703 | 708 | }, |
| 709 | .extra_target = true, |
| 704 | 710 | }, |
| 705 | 711 | .{ |
| 706 | 712 | .target = .{ |
| ... | ... | @@ -716,6 +722,7 @@ const test_targets = blk: { |
| 716 | 722 | .abi = .musleabi, |
| 717 | 723 | }, |
| 718 | 724 | .link_libc = true, |
| 725 | .extra_target = true, |
| 719 | 726 | }, |
| 720 | 727 | .{ |
| 721 | 728 | .target = .{ |
| ... | ... | @@ -758,6 +765,7 @@ const test_targets = blk: { |
| 758 | 765 | .link_libc = true, |
| 759 | 766 | // https://github.com/ziglang/zig/issues/2256 |
| 760 | 767 | .skip_modules = &.{"std"}, |
| 768 | .extra_target = true, |
| 761 | 769 | }, |
| 762 | 770 | .{ |
| 763 | 771 | .target = .{ |
| ... | ... | @@ -1129,6 +1137,7 @@ const test_targets = blk: { |
| 1129 | 1137 | .abi = .gnux32, |
| 1130 | 1138 | }, |
| 1131 | 1139 | .link_libc = true, |
| 1140 | .extra_target = true, |
| 1132 | 1141 | }, |
| 1133 | 1142 | .{ |
| 1134 | 1143 | .target = .{ |
| ... | ... | @@ -1146,6 +1155,7 @@ const test_targets = blk: { |
| 1146 | 1155 | }, |
| 1147 | 1156 | .linkage = .dynamic, |
| 1148 | 1157 | .link_libc = true, |
| 1158 | .extra_target = true, |
| 1149 | 1159 | }, |
| 1150 | 1160 | .{ |
| 1151 | 1161 | .target = .{ |
| ... | ... | @@ -1154,6 +1164,7 @@ const test_targets = blk: { |
| 1154 | 1164 | .abi = .muslx32, |
| 1155 | 1165 | }, |
| 1156 | 1166 | .link_libc = true, |
| 1167 | .extra_target = true, |
| 1157 | 1168 | }, |
| 1158 | 1169 | .{ |
| 1159 | 1170 | .target = .{ |
| ... | ... | @@ -1309,6 +1320,7 @@ const test_targets = blk: { |
| 1309 | 1320 | .abi = .eabi, |
| 1310 | 1321 | }, |
| 1311 | 1322 | .link_libc = true, |
| 1323 | .extra_target = true, |
| 1312 | 1324 | }, |
| 1313 | 1325 | .{ |
| 1314 | 1326 | .target = .{ |
| ... | ... | @@ -1821,7 +1833,6 @@ const c_abi_targets = blk: { |
| 1821 | 1833 | .os_tag = .linux, |
| 1822 | 1834 | .abi = .muslx32, |
| 1823 | 1835 | }, |
| 1824 | | .use_llvm = true, |
| 1825 | 1836 | }, |
| 1826 | 1837 | |
| 1827 | 1838 | // WASI Targets |