aboutsummaryrefslogtreecommitdiffstats
path: root/cc/config/mips_device.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/config/mips_device.go')
-rw-r--r--cc/config/mips_device.go10
1 files changed, 9 insertions, 1 deletions
diff --git a/cc/config/mips_device.go b/cc/config/mips_device.go
index deef10f5..f5b14bd5 100644
--- a/cc/config/mips_device.go
+++ b/cc/config/mips_device.go
@@ -126,7 +126,15 @@ const (
)
func init() {
- android.RegisterArchFeatures(android.Mips, "mips32r6",
+ android.RegisterArchVariants(android.Mips,
+ "mips32_fp",
+ "mips32r2_fp",
+ "mips32r2_fp_xburst",
+ "mips32r2dsp_fp",
+ "mips32r2dspr2_fp",
+ "mips32r6")
+ android.RegisterArchFeatures(android.Mips, "rev6")
+ android.RegisterArchVariantFeatures(android.Mips, "mips32r6",
"rev6")
pctx.StaticVariable("mipsGccVersion", mipsGccVersion)