DescriptionDo not use bundled gold when using GCC LTO.
This is because GCC also uses the -B search path at link time to find
"as", and our bundled "as" can only target x86. See also the discussion at
https://codereview.chromium.org/1084133002/
(I also tried adding this condition around line 858, but this won't work
because of scoping issues ("clang" is not defined here)).
R=thakis@chromium.org,fdegans@chromium.org
BUG=469376
Committed: https://crrev.com/882ab8a296309793ae4cbd0fd6e2cc730ec050f3
Cr-Commit-Position: refs/heads/master@{#325545}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Style #Messages
Total messages: 10 (3 generated)
|