summaryrefslogtreecommitdiffstats
path: root/breakpad/breakpad.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r--breakpad/breakpad.gyp4
1 files changed, 0 insertions, 4 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 18a4355..ac6a122 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -501,10 +501,6 @@
],
'conditions': [
- # Android NDK toolchain doesn't support -mimplicit-it=always
- ['target_arch=="arm" and OS!="android"', {
- 'cflags': ['-Wa,-mimplicit-it=always'],
- }],
['target_arch=="arm" and chromeos==1', {
# Avoid running out of registers in
# linux_syscall_support.h:sys_clone()'s inline assembly.