aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-05-05 13:15:00 -0700
committerDan Willemsen <dwillemsen@google.com>2016-05-05 13:20:45 -0700
commit66187d987c08ec1cfd489102f1097f9f20d15818 (patch)
tree6265047bcdb67f22fe7ad29ce6ac7932d313b83c
parent3a31f1665cc839f8f7d5f0d6df0cd27bba2e3da0 (diff)
downloadbuild_soong-66187d987c08ec1cfd489102f1097f9f20d15818.tar.gz
build_soong-66187d987c08ec1cfd489102f1097f9f20d15818.tar.bz2
build_soong-66187d987c08ec1cfd489102f1097f9f20d15818.zip
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
-rw-r--r--common/arch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/arch.go b/common/arch.go
index 8a86c794..b92e05bc 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'