Fix Mega_device build
Change-Id: I128d013ef7c1cb0afa71dc011bf5d4180f468a1b
This commit is contained in:
parent
5951c8a3a9
commit
65fb981814
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue