Skip to content

Commit

Permalink
See http://codereview.chromium.org/6901037/. Same CL but to ToT.
Browse files Browse the repository at this point in the history
Review URL: http://codereview.chromium.org/6880262

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83271 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
raymes@chromium.org committed Apr 28, 2011
1 parent 0ed984b commit 3843b51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions breakpad/breakpad.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,12 @@
'src/common/string_conversion.h',
],

'conditions': [
['target_arch=="arm"', {
'cflags': ['-Wa,-mimplicit-it=always'],
}],
],

'link_settings': {
'libraries': [
'-ldl',
Expand Down

0 comments on commit 3843b51

Please sign in to comment.