| ... | ... | @@ -614,6 +614,7 @@ const test_targets = blk: { |
| 614 | 614 | .abi = .muslabin32, |
| 615 | 615 | }, |
| 616 | 616 | .link_libc = true, |
| 617 | .extra_target = true, |
| 617 | 618 | }, |
| 618 | 619 | .{ |
| 619 | 620 | .target = .{ |
| ... | ... | @@ -640,6 +641,7 @@ const test_targets = blk: { |
| 640 | 641 | .abi = .gnuabin32, |
| 641 | 642 | }, |
| 642 | 643 | .link_libc = true, |
| 644 | .extra_target = true, |
| 643 | 645 | }, |
| 644 | 646 | |
| 645 | 647 | .{ |
| ... | ... | @@ -674,6 +676,7 @@ const test_targets = blk: { |
| 674 | 676 | .abi = .muslabin32, |
| 675 | 677 | }, |
| 676 | 678 | .link_libc = true, |
| 679 | .extra_target = true, |
| 677 | 680 | }, |
| 678 | 681 | .{ |
| 679 | 682 | .target = .{ |
| ... | ... | @@ -700,6 +703,7 @@ const test_targets = blk: { |
| 700 | 703 | .abi = .gnuabin32, |
| 701 | 704 | }, |
| 702 | 705 | .link_libc = true, |
| 706 | .extra_target = true, |
| 703 | 707 | }, |
| 704 | 708 | |
| 705 | 709 | .{ |
| ... | ... | @@ -1136,6 +1140,7 @@ const test_targets = blk: { |
| 1136 | 1140 | .abi = .gnux32, |
| 1137 | 1141 | }, |
| 1138 | 1142 | .link_libc = true, |
| 1143 | .extra_target = true, |
| 1139 | 1144 | }, |
| 1140 | 1145 | .{ |
| 1141 | 1146 | .target = .{ |
| ... | ... | @@ -1162,6 +1167,7 @@ const test_targets = blk: { |
| 1162 | 1167 | .abi = .muslx32, |
| 1163 | 1168 | }, |
| 1164 | 1169 | .link_libc = true, |
| 1170 | .extra_target = true, |
| 1165 | 1171 | }, |
| 1166 | 1172 | .{ |
| 1167 | 1173 | .target = .{ |
| ... | ... | @@ -1829,7 +1835,6 @@ const c_abi_targets = blk: { |
| 1829 | 1835 | .os_tag = .linux, |
| 1830 | 1836 | .abi = .muslx32, |
| 1831 | 1837 | }, |
| 1832 | | .use_llvm = true, |
| 1833 | 1838 | }, |
| 1834 | 1839 | |
| 1835 | 1840 | // WASI Targets |