| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 89498b0453941030e0c446fe0ae4c7c97c7fdaca..db49b4b29bf7db5db8e481b93411215dea534b68 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -143,7 +143,8 @@ config("compiler") {
|
| if (cpu_arch == "x64") {
|
| # Use gold for linking on 64-bit Linux only (on 32-bit it runs out of
|
| # address space, and it doesn't support cross-compiling).
|
| - gold_path = rebase_path("//third_party/gold", root_build_dir)
|
| + gold_path = rebase_path("//third_party/binutils/Linux_x64/Release/bin",
|
| + root_build_dir)
|
| ldflags += [
|
| "-B$gold_path",
|
|
|
|
|