Chromium Code Reviews| Index: build/config/compiler/BUILD.gn |
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
| index 89498b0453941030e0c446fe0ae4c7c97c7fdaca..4e075ccbc4535df813756a5beae1b84b6c64dd7b 100644 |
| --- a/build/config/compiler/BUILD.gn |
| +++ b/build/config/compiler/BUILD.gn |
| @@ -143,7 +143,7 @@ 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) |
|
brettw
2014/04/10 17:46:33
Can you wrap after the comma (put root_build_dir u
|
| ldflags += [ |
| "-B$gold_path", |