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