Stop using the mips32r6 ABI in MegaDevice

It was present in the r10 NDK checked into the platform, but is not
available in the r11 NDK nor the official r10 NDK.

Change-Id: I45a2dcf8acc810174c77a0a19870fb849f674b72
This commit is contained in:
Dan Willemsen
2016-05-05 13:15:00 -07:00
parent 3a31f1665c
commit 66187d987c

View File

@@ -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'