Skip to content

Commit

Permalink
Support mips-zkm-zkvm-elf
Browse files Browse the repository at this point in the history
  • Loading branch information
qethu committed Feb 6, 2025
1 parent 9a9c248 commit 3349baf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/target/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,30 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
llvm_target: "mips-unknown-linux-uclibc",
},
),
(
"mips-zkm-zkvm-elf",
TargetInfo {
full_arch: "mips",
arch: "mips",
vendor: "zkm",
os: "zkvm",
env: "",
abi: "",
llvm_target: "mips-zkm-zkvm-elf",
},
),
(
"mipsel-zkm-zkvm-elf",
TargetInfo {
full_arch: "mipsel",
arch: "mips",
vendor: "zkm",
os: "zkvm",
env: "",
abi: "",
llvm_target: "mipsel-zkm-zkvm-elf",
},
),
(
"mips64-openwrt-linux-musl",
TargetInfo {
Expand Down

0 comments on commit 3349baf

Please sign in to comment.