Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate target info
Browse files Browse the repository at this point in the history
github-actions committed Jan 9, 2025
1 parent 209826f commit efe3331
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/target/generated.rs
Original file line number Diff line number Diff line change
@@ -1480,6 +1480,30 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
unversioned_llvm_target: "m68k-unknown-linux-gnu",
},
),
(
"m68k-unknown-none-elf",
TargetInfo {
full_arch: "m68k",
arch: "m68k",
vendor: "unknown",
os: "none",
env: "",
abi: "",
unversioned_llvm_target: "m68k",
},
),
(
"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 {
@@ -1576,6 +1600,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 {

0 comments on commit efe3331

Please sign in to comment.