| ... | @@ -822,6 +822,24 @@ const test_targets = blk: { | ... | @@ -822,6 +822,24 @@ const test_targets = blk: { |
| 822 | .link_libc = true, | 822 | .link_libc = true, |
| 823 | .extra_target = true, | 823 | .extra_target = true, |
| 824 | }, | 824 | }, |
| | 825 | .{ |
| | 826 | .target = .{ |
| | 827 | .cpu_arch = .mips64, |
| | 828 | .os_tag = .linux, |
| | 829 | .abi = .muslabin32, |
| | 830 | }, |
| | 831 | .link_libc = true, |
| | 832 | }, |
| | 833 | .{ |
| | 834 | .target = .{ |
| | 835 | .cpu_arch = .mips64, |
| | 836 | .os_tag = .linux, |
| | 837 | .abi = .muslabin32, |
| | 838 | }, |
| | 839 | .linkage = .dynamic, |
| | 840 | .link_libc = true, |
| | 841 | .extra_target = true, |
| | 842 | }, |
| 825 | .{ | 843 | .{ |
| 826 | .target = .{ | 844 | .target = .{ |
| 827 | .cpu_arch = .mips64, | 845 | .cpu_arch = .mips64, |
| ... | @@ -830,6 +848,14 @@ const test_targets = blk: { | ... | @@ -830,6 +848,14 @@ const test_targets = blk: { |
| 830 | }, | 848 | }, |
| 831 | .link_libc = true, | 849 | .link_libc = true, |
| 832 | }, | 850 | }, |
| | 851 | .{ |
| | 852 | .target = .{ |
| | 853 | .cpu_arch = .mips64, |
| | 854 | .os_tag = .linux, |
| | 855 | .abi = .gnuabin32, |
| | 856 | }, |
| | 857 | .link_libc = true, |
| | 858 | }, |
| 833 | | 859 | |
| 834 | .{ | 860 | .{ |
| 835 | .target = .{ | 861 | .target = .{ |
| ... | @@ -856,6 +882,24 @@ const test_targets = blk: { | ... | @@ -856,6 +882,24 @@ const test_targets = blk: { |
| 856 | .link_libc = true, | 882 | .link_libc = true, |
| 857 | .extra_target = true, | 883 | .extra_target = true, |
| 858 | }, | 884 | }, |
| | 885 | .{ |
| | 886 | .target = .{ |
| | 887 | .cpu_arch = .mips64el, |
| | 888 | .os_tag = .linux, |
| | 889 | .abi = .muslabin32, |
| | 890 | }, |
| | 891 | .link_libc = true, |
| | 892 | }, |
| | 893 | .{ |
| | 894 | .target = .{ |
| | 895 | .cpu_arch = .mips64el, |
| | 896 | .os_tag = .linux, |
| | 897 | .abi = .muslabin32, |
| | 898 | }, |
| | 899 | .linkage = .dynamic, |
| | 900 | .link_libc = true, |
| | 901 | .extra_target = true, |
| | 902 | }, |
| 859 | .{ | 903 | .{ |
| 860 | .target = .{ | 904 | .target = .{ |
| 861 | .cpu_arch = .mips64el, | 905 | .cpu_arch = .mips64el, |
| ... | @@ -864,6 +908,14 @@ const test_targets = blk: { | ... | @@ -864,6 +908,14 @@ const test_targets = blk: { |
| 864 | }, | 908 | }, |
| 865 | .link_libc = true, | 909 | .link_libc = true, |
| 866 | }, | 910 | }, |
| | 911 | .{ |
| | 912 | .target = .{ |
| | 913 | .cpu_arch = .mips64el, |
| | 914 | .os_tag = .linux, |
| | 915 | .abi = .gnuabin32, |
| | 916 | }, |
| | 917 | .link_libc = true, |
| | 918 | }, |
| 867 | | 919 | |
| 868 | .{ | 920 | .{ |
| 869 | .target = .{ | 921 | .target = .{ |