Index: components/crash.gypi |
diff --git a/components/crash.gypi b/components/crash.gypi |
index 21af3bcb69523103d7af0b372063251aa8f5baf8..8b528fdb46ad06cd7c99408fdfd8a0c8cffa7feb 100644 |
--- a/components/crash.gypi |
+++ b/components/crash.gypi |
@@ -159,6 +159,14 @@ |
'../breakpad/src', |
], |
}], |
+ ['clang==1 and target_arch=="ia32"', { |
+ 'cflags!': [ |
+ # Clang's -mstackrealign doesn't work well with |
+ # linux_syscall_support.h hand written asm syscalls. |
+ # See https://crbug.com/556393 |
+ '-mstackrealign', |
+ ], |
+ }], |
], |
'target_conditions': [ |
# Need 'target_conditions' to override default filename_rules to include |