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 {
17871787 "mipsel-unknown-linux-gnu" => Some ( "mipsel-linux-gnu" ) ,
17881788 "mips64-unknown-linux-gnuabi64" => Some ( "mips64-linux-gnuabi64" ) ,
17891789 "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" ) ,
17901794 "powerpc-unknown-linux-gnu" => Some ( "powerpc-linux-gnu" ) ,
17911795 "powerpc-unknown-linux-gnuspe" => Some ( "powerpc-linux-gnuspe" ) ,
17921796 "powerpc-unknown-netbsd" => Some ( "powerpc--netbsd" ) ,
You can’t perform that action at this time.
0 commit comments