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

Issue 547021: install-build-deps.sh does not check version of gold linker (Closed)

Created:
10 years, 11 months ago by brianlum
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin, agl, awong, dank
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Currently it only installs the gold linker if it is not installed at all. Version 2.20 is needed to complete a Release build and if the contributor has version 2.19, the gold linker will not be updated. The checkin gets the version number of ld. It checks if the version is gold and if it has the correct version number.

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M build/install-build-deps.sh View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
brianlum
Now checks if ld is gold and what the version number is.
10 years, 11 months ago (2010-01-12 08:03:26 UTC) #1
brianlum
Adding agl and ajwong as reviewers
10 years, 11 months ago (2010-01-12 08:06:08 UTC) #2
dank
drive-by review: sometimes, worse is better. How about the ultra-cheapo approach? http://codereview.chromium.org/547021/diff/1/2 File build/install-build-deps.sh (right): ...
10 years, 11 months ago (2010-01-12 08:42:02 UTC) #3
brianlum
I'm fine with that as well. I know ajwong would be OK with. On Tue, ...
10 years, 11 months ago (2010-01-12 09:26:10 UTC) #4
Evan Martin
http://codereview.chromium.org/547021/diff/1/2 File build/install-build-deps.sh (right): http://codereview.chromium.org/547021/diff/1/2#newcode242 build/install-build-deps.sh:242: On 2010/01/12 08:42:02, dank wrote: > That's a lovely ...
10 years, 11 months ago (2010-01-12 16:49:49 UTC) #5
brianlum
I put *gold*2.2* Just to let you know: gold linker came out in March 2008 ...
10 years, 11 months ago (2010-01-12 19:00:26 UTC) #6
awong
LGTM Thanks for fixing things! As for binutils versioning, it shouldn't move way way too ...
10 years, 11 months ago (2010-01-12 19:03:58 UTC) #7
awong
10 years, 11 months ago (2010-01-12 21:45:32 UTC) #8
committed as r36042

On 2010/01/12 19:03:58, awong wrote:
> LGTM
> 
> Thanks for fixing things!
> 
> As for binutils versioning, it shouldn't move way way too fast.  And, with
luck,
> maybe by the time it gets to binutils 2.3x, gold will be default. :) :)

Powered by Google App Engine
This is Rietveld 408576698