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

Issue 239163003: Split linux_use_gold_binary into linux_use_bundled_gold and linux_use_bundled_binutils. (Closed)

Created:
6 years, 8 months ago by Sam Clegg
Modified:
6 years, 8 months ago
Reviewers:
Lei Zhang, mithro-old
CC:
chromium-reviews, Nico
Visibility:
Public.

Description

Split linux_use_gold_binary into linux_use_bundled_gold and linux_use_bundled_binutils. linux_use_bundled_binutils adds the binutils to cflags. linux_use_bundled_gold adds it to the ldflags. The former does not work when cross compiling to ARM as the other binutils do not currently support ARM. This was causing the ARM cross compile (for which we do want use the bundled gold) to break. I think the word "bundled" works better than "binary" since it distinguishes from the system gold (which is also a binary). BUG=363661 TEST=linux_arm_cross_compile trybot Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264165

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

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

Messages

Total messages: 12 (0 generated)
Sam Clegg
6 years, 8 months ago (2014-04-15 20:20:37 UTC) #1
Lei Zhang
https://codereview.chromium.org/239163003/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/239163003/diff/1/build/common.gypi#newcode735 build/common.gypi:735: # linux_use_bundled_gold: whether to use the binary checked into ...
6 years, 8 months ago (2014-04-15 21:40:31 UTC) #2
Sam Clegg
https://codereview.chromium.org/239163003/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/239163003/diff/1/build/common.gypi#newcode735 build/common.gypi:735: # linux_use_bundled_gold: whether to use the binary checked into ...
6 years, 8 months ago (2014-04-15 21:54:54 UTC) #3
Lei Zhang
lgtm Give mithro a chance to weigh in on this?
6 years, 8 months ago (2014-04-15 22:42:26 UTC) #4
Sam Clegg
On 2014/04/15 22:42:26, Lei Zhang wrote: > lgtm > > Give mithro a chance to ...
6 years, 8 months ago (2014-04-15 23:47:32 UTC) #5
mithro-old
On 2014/04/15 23:47:32, Sam Clegg wrote: > On 2014/04/15 22:42:26, Lei Zhang wrote: > > ...
6 years, 8 months ago (2014-04-16 00:57:42 UTC) #6
Lei Zhang
On 2014/04/16 00:57:42, mithro wrote: > Where is your ARM builder getting the cross compiler ...
6 years, 8 months ago (2014-04-16 01:22:23 UTC) #7
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 8 months ago (2014-04-16 01:22:33 UTC) #8
mithro-old
On 2014/04/16 01:22:23, Lei Zhang wrote: > It downloads the arm sysroot and sets the ...
6 years, 8 months ago (2014-04-16 01:26:45 UTC) #9
Sam Clegg
On 2014/04/16 01:26:45, mithro wrote: > On 2014/04/16 01:22:23, Lei Zhang wrote: > > It ...
6 years, 8 months ago (2014-04-16 01:31:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sbc@chromium.org/239163003/20001
6 years, 8 months ago (2014-04-16 01:41:20 UTC) #11
commit-bot: I haz the power
6 years, 8 months ago (2014-04-16 09:50:27 UTC) #12
Message was sent while issue was closed.
Change committed as 264165

Powered by Google App Engine
This is Rietveld 408576698