File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1787,6 +1787,10 @@ impl Build {
1787
1787
"mipsel-unknown-linux-gnu" => Some ( "mipsel-linux-gnu" ) ,
1788
1788
"mips64-unknown-linux-gnuabi64" => Some ( "mips64-linux-gnuabi64" ) ,
1789
1789
"mips64el-unknown-linux-gnuabi64" => Some ( "mips64el-linux-gnuabi64" ) ,
1790
+ "mipsisa32r6-unknown-linux-gnu" => Some ( "mipsisa32r6-linux-gnu" ) ,
1791
+ "mipsisa32r6el-unknown-linux-gnu" => Some ( "mipsisa32r6el-linux-gnu" ) ,
1792
+ "mipsisa64r6-unknown-linux-gnuabi64" => Some ( "mipsisa64r6-linux-gnuabi64" ) ,
1793
+ "mipsisa64r6el-unknown-linux-gnuabi64" => Some ( "mipsisa64r6el-linux-gnuabi64" ) ,
1790
1794
"powerpc-unknown-linux-gnu" => Some ( "powerpc-linux-gnu" ) ,
1791
1795
"powerpc-unknown-linux-gnuspe" => Some ( "powerpc-linux-gnuspe" ) ,
1792
1796
"powerpc-unknown-netbsd" => Some ( "powerpc--netbsd" ) ,
You can’t perform that action at this time.
0 commit comments