Skip to content

Commit 72855ee

Browse files
committed
mips mti
1 parent cfa61d1 commit 72855ee

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/target/generated.rs

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,6 +1480,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
14801480
unversioned_llvm_target: "m68k-unknown-linux-gnu",
14811481
},
14821482
),
1483+
(
1484+
"mips-mti-none-elf",
1485+
TargetInfo {
1486+
full_arch: "mips",
1487+
arch: "mips",
1488+
vendor: "mti",
1489+
os: "none",
1490+
env: "",
1491+
abi: "",
1492+
unversioned_llvm_target: "mips",
1493+
},
1494+
),
14831495
(
14841496
"mips-unknown-linux-gnu",
14851497
TargetInfo {
@@ -1576,6 +1588,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
15761588
unversioned_llvm_target: "mips64el-unknown-linux-musl",
15771589
},
15781590
),
1591+
(
1592+
"mipsel-mti-none-elf",
1593+
TargetInfo {
1594+
full_arch: "mipsel",
1595+
arch: "mips",
1596+
vendor: "mti",
1597+
os: "none",
1598+
env: "",
1599+
abi: "",
1600+
unversioned_llvm_target: "mipsel",
1601+
},
1602+
),
15791603
(
15801604
"mipsel-sony-psp",
15811605
TargetInfo {

0 commit comments

Comments
 (0)