diff options
author | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-02 18:26:08 +0000 |
---|---|---|
committer | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-02 18:26:08 +0000 |
commit | 55eb8ce30d6344957ae14fe8afb801abf62aa54c (patch) | |
tree | 529ce09681b37f631c1e6188f14df4ae319a8d0b /build | |
parent | b72426bf10c31eff35cf95a0f59f14f34be0538a (diff) | |
download | chromium_src-55eb8ce30d6344957ae14fe8afb801abf62aa54c.zip chromium_src-55eb8ce30d6344957ae14fe8afb801abf62aa54c.tar.gz chromium_src-55eb8ce30d6344957ae14fe8afb801abf62aa54c.tar.bz2 |
See http://codereview.chromium.org/6903045/. Same CL but to ToT.
Review URL: http://codereview.chromium.org/6901074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/common.gypi b/build/common.gypi index 38fc723..ae85b47 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1223,11 +1223,6 @@ ['arm_thumb == 1', { 'cflags': [ '-mthumb', - # TODO(piman): -Wa,-mimplicit-it=thumb is needed for - # inline assembly that uses condition codes but it's - # suboptimal. Better would be to #ifdef __thumb__ at the - # right place and have a separate thumb path. - '-Wa,-mimplicit-it=thumb', ] }], ['armv7==1', { |