summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--breakpad/breakpad.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index a7d0767..b3f2935 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -522,7 +522,8 @@
],
'conditions': [
- ['target_arch=="arm"', {
+ # Android NDK toolchain doesn't support -mimplicit-it=always
+ ['target_arch=="arm" and OS!="android"', {
'cflags': ['-Wa,-mimplicit-it=always'],
}],
['OS=="android"', {