Skip to content

Commit

Permalink
mips mti
Browse files Browse the repository at this point in the history
  • Loading branch information
wzssyqa authored and qethu committed Jan 8, 2025
1 parent cfa61d1 commit acfe092
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 @@ -1480,6 +1480,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
unversioned_llvm_target: "m68k-unknown-linux-gnu",
},
),
(
"mips-mti-none-elf",
TargetInfo {
full_arch: "mips",
arch: "mips",
vendor: "mti",
os: "none",
env: "",
abi: "",
unversioned_llvm_target: "mips",
},
),
(
"mips-unknown-linux-gnu",
TargetInfo {
Expand Down Expand Up @@ -1576,6 +1588,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
unversioned_llvm_target: "mips64el-unknown-linux-musl",
},
),
(
"mipsel-mti-none-elf",
TargetInfo {
full_arch: "mipsel",
arch: "mips",
vendor: "mti",
os: "none",
env: "",
abi: "",
unversioned_llvm_target: "mipsel",
},
),
(
"mipsel-sony-psp",
TargetInfo {
Expand Down

0 comments on commit acfe092

Please sign in to comment.