[chromium-dev] Re: Linux: gold linker users should upgrade to 2.20 soon.

2010-01-11 Thread Brian Lum
Hi, I am having problems with this issue when I try do a release build. When I try to build, I get an error which suggests that I need to upgrade: $ make BUILDTYPE=Release LINK(target) out/Release/xdisplaycheck /usr/bin/ld: --gc-sections: unknown option /usr/bin/ld: use the --help option for

Re: [chromium-dev] Re: Linux: gold linker users should upgrade to 2.20 soon.

2010-01-11 Thread Brian Lum
need 2.20 for Release builds. Thanks, Brian On Mon, Jan 11, 2010 at 1:29 PM, Adam Langley a...@chromium.org wrote: On Mon, Jan 11, 2010 at 11:49 AM, Brian Lum brian...@chromium.org wrote: Here is my ld version: $ ld -v GNU gold (GNU Binutils 2.19.1) 1.7 You have gold 2.19.1. You need gold

Re: [chromium-dev] Re: Linux: gold linker users should upgrade to 2.20 soon.

2010-01-12 Thread Brian Lum
11, 2010 at 4:15 PM, Brian Lum brian...@chromium.org wrote: We need to modify the script by changing the *gold* to *gold*2.20*, but it'll be broken once the next version of gold comes out.  Do we need to check the versioning?  Right now, I'm looking into using awk or grep to check