Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: breakpad/breakpad.gyp

Issue 10824330: Disable compiler option 'mimplicit-it' for Android ARM (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index cbed22c90944dbac59b68b27b55e9c7d3f7366e5..1e4a347f104acb02f3815147106e0370707b1fbf 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -530,6 +530,8 @@
'src/common/linux/elf_core_dump.cc',
'src/common/linux/elf_core_dump.h',
],
+ # Android NDK toolchain doesn't support it
Mark Mentovai 2012/08/16 12:34:59 It? What?
yongsheng 2012/08/17 01:35:33 yes, See the message: Assembler messages: Error: u
Mark Mentovai 2012/08/17 14:04:00 yongsheng wrote:
+ 'cflags!': ['-Wa,-mimplicit-it=always'],
}],
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698