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>)] = &[
1480
1480
unversioned_llvm_target : "m68k-unknown-linux-gnu" ,
1481
1481
} ,
1482
1482
) ,
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
+ ) ,
1483
1495
(
1484
1496
"mips-unknown-linux-gnu" ,
1485
1497
TargetInfo {
@@ -1576,6 +1588,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
1576
1588
unversioned_llvm_target : "mips64el-unknown-linux-musl" ,
1577
1589
} ,
1578
1590
) ,
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
+ ) ,
1579
1603
(
1580
1604
"mipsel-sony-psp" ,
1581
1605
TargetInfo {
You can’t perform that action at this time.
0 commit comments