From 55eb8ce30d6344957ae14fe8afb801abf62aa54c Mon Sep 17 00:00:00 2001 From: "raymes@chromium.org" Date: Mon, 2 May 2011 18:26:08 +0000 Subject: 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 --- build/common.gypi | 5 ----- 1 file changed, 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', { -- cgit v1.1