Index: gyp/common_conditions.gypi |
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
index ed54a58feb23eaa83fc5fd8f942c4647eeb42396..65435061ae89ec6180406e74c0c917e5112cd4ac 100644 |
--- a/gyp/common_conditions.gypi |
+++ b/gyp/common_conditions.gypi |
@@ -260,12 +260,16 @@ |
'cflags': [ |
'-mdsp', |
], |
+ 'defines': [ |
+ '__MIPS_HAVE_DSP', |
djsollen
2014/07/11 15:57:01
rename to SK_MIPS_HAS_DSP
|
+ ], |
}], |
[ 'mips_dsp == 2', { |
'cflags': [ |
'-mdspr2', |
], |
'defines': [ |
+ '__MIPS_HAVE_DSP', |
'__MIPS_HAVE_DSPR2', |
], |
}], |