Skip to content

Commit

Permalink
Disable compiler option 'mimplicit-it' for Android ARM
Browse files Browse the repository at this point in the history
Android NDK toolchain doesn't support it.

BUG=
TEST=


Review URL: https://chromiumcodereview.appspot.com/10824330

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152315 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
yongsheng.zhu@intel.com committed Aug 20, 2012
1 parent 9b6edd7 commit 657c13b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion breakpad/breakpad.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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"', {
Expand Down

0 comments on commit 657c13b

Please sign in to comment.