File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -1612,6 +1612,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
1612
1612
llvm_target : "mips-unknown-linux-uclibc" ,
1613
1613
} ,
1614
1614
) ,
1615
+ (
1616
+ "mips-zkm-zkvm-elf" ,
1617
+ TargetInfo {
1618
+ full_arch : "mips" ,
1619
+ arch : "mips" ,
1620
+ vendor : "zkm" ,
1621
+ os : "zkvm" ,
1622
+ env : "" ,
1623
+ abi : "" ,
1624
+ llvm_target : "mips-zkm-zkvm-elf" ,
1625
+ } ,
1626
+ ) ,
1615
1627
(
1616
1628
"mips64-openwrt-linux-musl" ,
1617
1629
TargetInfo {
@@ -1768,6 +1780,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
1768
1780
llvm_target : "mipsel-unknown-none" ,
1769
1781
} ,
1770
1782
) ,
1783
+ (
1784
+ "mipsel-zkm-zkvm-elf" ,
1785
+ TargetInfo {
1786
+ full_arch : "mipsel" ,
1787
+ arch : "mips" ,
1788
+ vendor : "zkm" ,
1789
+ os : "zkvm" ,
1790
+ env : "" ,
1791
+ abi : "" ,
1792
+ llvm_target : "mipsel-zkm-zkvm-elf" ,
1793
+ } ,
1794
+ ) ,
1771
1795
(
1772
1796
"mipsisa32r6-unknown-linux-gnu" ,
1773
1797
TargetInfo {
You can’t perform that action at this time.
0 commit comments