Skip to content

Commit afb98ae

Browse files
committed
Support mips-zkm-zkvm-elf
1 parent 9a9c248 commit afb98ae

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/target/generated.rs

+24
Original file line numberDiff line numberDiff line change
@@ -1612,6 +1612,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
16121612
llvm_target: "mips-unknown-linux-uclibc",
16131613
},
16141614
),
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+
),
16151627
(
16161628
"mips64-openwrt-linux-musl",
16171629
TargetInfo {
@@ -1768,6 +1780,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
17681780
llvm_target: "mipsel-unknown-none",
17691781
},
17701782
),
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+
),
17711795
(
17721796
"mipsisa32r6-unknown-linux-gnu",
17731797
TargetInfo {

0 commit comments

Comments
 (0)