File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -1480,6 +1480,30 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
14801480 unversioned_llvm_target : "m68k-unknown-linux-gnu" ,
14811481 } ,
14821482 ) ,
1483+ (
1484+ "m68k-unknown-none-elf" ,
1485+ TargetInfo {
1486+ full_arch : "m68k" ,
1487+ arch : "m68k" ,
1488+ vendor : "unknown" ,
1489+ os : "none" ,
1490+ env : "" ,
1491+ abi : "" ,
1492+ unversioned_llvm_target : "m68k" ,
1493+ } ,
1494+ ) ,
1495+ (
1496+ "mips-mti-none-elf" ,
1497+ TargetInfo {
1498+ full_arch : "mips" ,
1499+ arch : "mips" ,
1500+ vendor : "mti" ,
1501+ os : "none" ,
1502+ env : "" ,
1503+ abi : "" ,
1504+ unversioned_llvm_target : "mips" ,
1505+ } ,
1506+ ) ,
14831507 (
14841508 "mips-unknown-linux-gnu" ,
14851509 TargetInfo {
@@ -1576,6 +1600,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
15761600 unversioned_llvm_target : "mips64el-unknown-linux-musl" ,
15771601 } ,
15781602 ) ,
1603+ (
1604+ "mipsel-mti-none-elf" ,
1605+ TargetInfo {
1606+ full_arch : "mipsel" ,
1607+ arch : "mips" ,
1608+ vendor : "mti" ,
1609+ os : "none" ,
1610+ env : "" ,
1611+ abi : "" ,
1612+ unversioned_llvm_target : "mipsel" ,
1613+ } ,
1614+ ) ,
15791615 (
15801616 "mipsel-sony-psp" ,
15811617 TargetInfo {
You can’t perform that action at this time.
0 commit comments