File tree 1 file changed +52
-0
lines changed 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change @@ -822,6 +822,24 @@ const test_targets = blk: {
822
822
.link_libc = true ,
823
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
844
.target = .{
827
845
.cpu_arch = .mips64 ,
@@ -830,6 +848,14 @@ const test_targets = blk: {
830
848
},
831
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
861
.target = .{
@@ -856,6 +882,24 @@ const test_targets = blk: {
856
882
.link_libc = true ,
857
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
904
.target = .{
861
905
.cpu_arch = .mips64el ,
@@ -864,6 +908,14 @@ const test_targets = blk: {
864
908
},
865
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
921
.target = .{
You can’t perform that action at this time.
0 commit comments