summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordana Cmiljanovic <gordana.cmiljanovic@imgtec.com>2015-01-05 19:37:58 -0800
committerPaul Lind <paul.lind@imgtec.com>2015-01-05 19:43:57 -0800
commitd31cda82566ea7924900c5098d6add0321d40025 (patch)
tree0d64bf5ca37a20ed1a911cdde9ee14ab9a46abb8
parentbdd5979c265df8788a5a1a3554da952ed64358cf (diff)
downloadwebrtc-d31cda82566ea7924900c5098d6add0321d40025.tar.gz
Set default 'mips_arch_variant%' to 'r6'
With this change webrtc optimizations are excluded for all mips32 arch variants. This needs to be done as we have one gyp_webview target for all mips32 arch variants and r6 doesn't support a number of instructions which are supported in r1/r2. This is a temp workaround until a better solution is found. Change-Id: I10406245f9708b9eacc40af83549a79f021944c7
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 366e7e9f..c238f7b3 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -110,7 +110,7 @@
# Define MIPS architecture variant, MIPS DSP variant and MIPS FPU
# This may be subject to change in accordance to Chromium's MIPS flags
- 'mips_arch_variant%': 'r1',
+ 'mips_arch_variant%': 'r6',
'mips_dsp_rev%': 0,
'mips_fpu%' : 1,
'enable_android_opensl%': 1,