Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Issue 10351018: Allow "float-abi" to be configurable at gyp time for ARM build (Closed)

Created:
8 years, 7 months ago by Han
Modified:
8 years, 7 months ago
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

The background is that we are to enable hardfp build for chrome browser. Currently, the '-mfloat-abi=soft' is hard coded in the gyp file, but what we need is "-mfloat-abi=hard", since it is hard-coded, we no way to change it. So this CL removed this hard-coded value, replaced it with variable arm_float_abi, which has a default value of 'soft'. Later in the ebuild file, we can easily override this value to be 'hard', thus make the build hardfp. BUG=None TEST=build manually in chromium Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=135388

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M build/common.gypi View 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
Han
Hi I'm from chromiumos toolchain team, we are trying to enable hardfp build for the ...
8 years, 7 months ago (2012-05-03 20:51:35 UTC) #1
Elliot Glaysher
I have no idea what this is. On Thu, May 3, 2012 at 1:51 PM, ...
8 years, 7 months ago (2012-05-03 20:55:27 UTC) #2
Han
Hi Elliot, sorry, I've updated the description to be more specific. Currently, the '-mfloat-abi=soft' is ...
8 years, 7 months ago (2012-05-03 21:00:41 UTC) #3
tony
LGTM, but the change description is confusing. It sounds like you're removing a cflag, but ...
8 years, 7 months ago (2012-05-03 21:10:08 UTC) #4
Han
On 2012/05/03 21:10:08, tony wrote: > LGTM, but the change description is confusing. It sounds ...
8 years, 7 months ago (2012-05-03 21:12:16 UTC) #5
Elliot Glaysher
lgtm if tony is happy with it (in general, I'm not the best reviewer for ...
8 years, 7 months ago (2012-05-03 21:57:19 UTC) #6
Han
On 2012/05/03 21:57:19, Elliot Glaysher wrote: > lgtm if tony is happy with it > ...
8 years, 7 months ago (2012-05-04 18:03:31 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shenhan@google.com/10351018/1
8 years, 7 months ago (2012-05-04 18:05:51 UTC) #8
commit-bot: I haz the power
8 years, 7 months ago (2012-05-04 19:26:43 UTC) #9
Change committed as 135388

Powered by Google App Engine
This is Rietveld 408576698