diff --git a/common/arch.go b/common/arch.go index 8a86c794a..b92e05bc0 100644 --- a/common/arch.go +++ b/common/arch.go @@ -929,7 +929,7 @@ func decodeMegaDevice() ([]Arch, error) { {"mips", "mips32-fp", "", []string{"mips"}}, {"mips", "mips32r2-fp", "", []string{"mips"}}, {"mips", "mips32r2-fp-xburst", "", []string{"mips"}}, - {"mips", "mips32r6", "", []string{"mips32r6"}}, + {"mips", "mips32r6", "", []string{"mips"}}, // mips32r2dsp[r2]-fp fails in the assembler for divdf3.c in compiler-rt: // (same errors in make and soong) // Error: invalid operands `mtlo $ac0,$11'