diff options
author | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 01:24:05 +0000 |
---|---|---|
committer | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 01:24:05 +0000 |
commit | 3843b5145d1bf4677a6e623afb71bb6df9f92cb3 (patch) | |
tree | b2953f0b30e1702f6535b67d668558092c17c907 /breakpad | |
parent | 0ed984badcc9560ff4ba23acace5f0d7bdf8f295 (diff) | |
download | chromium_src-3843b5145d1bf4677a6e623afb71bb6df9f92cb3.zip chromium_src-3843b5145d1bf4677a6e623afb71bb6df9f92cb3.tar.gz chromium_src-3843b5145d1bf4677a6e623afb71bb6df9f92cb3.tar.bz2 |
See http://codereview.chromium.org/6901037/. Same CL but to ToT.
Review URL: http://codereview.chromium.org/6880262
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83271 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 6e6f336..9f82ae4 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -314,6 +314,12 @@ 'src/common/string_conversion.h', ], + 'conditions': [ + ['target_arch=="arm"', { + 'cflags': ['-Wa,-mimplicit-it=always'], + }], + ], + 'link_settings': { 'libraries': [ '-ldl', |