| Index: gyp/common_conditions.gypi
|
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
|
| index cce9f151b87d364a603d60b2497b972ca7def4ff..2a927d1a547efef37f9c070f780d2addb73e369b 100644
|
| --- a/gyp/common_conditions.gypi
|
| +++ b/gyp/common_conditions.gypi
|
| @@ -296,32 +296,13 @@
|
| ],
|
| }],
|
| [ '"mips" in skia_arch_type', {
|
| - 'cflags': [
|
| - '-EL',
|
| - ],
|
| + 'cflags': [ '-EL' ],
|
| 'conditions': [
|
| [ 'mips_arch_variant == "mips32r2"', {
|
| - 'cflags': [
|
| - '-march=mips32r2',
|
| - ],
|
| + 'cflags': [ '-march=mips32r2' ],
|
| 'conditions': [
|
| - [ 'mips_dsp == 1', {
|
| - 'cflags': [
|
| - '-mdsp',
|
| - ],
|
| - 'defines': [
|
| - 'SK_MIPS_HAS_DSP',
|
| - ],
|
| - }],
|
| - [ 'mips_dsp == 2', {
|
| - 'cflags': [
|
| - '-mdspr2',
|
| - ],
|
| - 'defines': [
|
| - 'SK_MIPS_HAS_DSP',
|
| - 'SK_MIPS_HAS_DSPR2',
|
| - ],
|
| - }],
|
| + [ 'mips_dsp == 1', { 'cflags': [ '-mdsp' ] }],
|
| + [ 'mips_dsp == 2', { 'cflags': [ '-mdspr2' ] }],
|
| ],
|
| }],
|
| ],
|
|
|