diff options
Diffstat (limited to 'android/arch.go')
-rw-r--r-- | android/arch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/arch.go b/android/arch.go index 08b7b1f8..13fcb298 100644 --- a/android/arch.go +++ b/android/arch.go @@ -814,7 +814,7 @@ func decodeMegaDevice() ([]Target, error) { {"mips", "mips32-fp", "", []string{"mips"}}, {"mips", "mips32r2-fp", "", []string{"mips"}}, {"mips", "mips32r2-fp-xburst", "", []string{"mips"}}, - {"mips", "mips32r6", "", []string{"mips"}}, + //{"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' |