Chromium Code Reviews| Index: infra/mb/mb_config.pyl | 
| diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl | 
| index a436073d39fea5e52cebc826d9f170f849616f1b..29c284074a0d6baa3e3c8dab9598f677a3f6344a 100644 | 
| --- a/infra/mb/mb_config.pyl | 
| +++ b/infra/mb/mb_config.pyl | 
| @@ -552,7 +552,8 @@ | 
| }, | 
| 'simulate_mipsel': { | 
| - 'gn_args': 'target_cpu="x86" v8_target_cpu="mipsel"', | 
| + 'gn_args': | 
| + 'target_cpu="x86" v8_target_cpu="mipsel" mips_arch_variant="r2"', | 
| 
 
Michael Achenbach
2016/09/09 09:54:27
Chromium uses r1 as default while we default to r2
 
 | 
| 'gyp_defines': 'target_arch=ia32 v8_target_arch=mipsel', | 
| }, |