File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments