| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 20ffbb54c2ae677689961ff87a3bb29a8d967934..6f69e05d38994cdc144c2a61de2f6686609ec2c6 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -83,7 +83,7 @@ config("compiler") {
|
|
|
| # 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).
|
| - if (cpu_arch == "ia64") {
|
| + if (cpu_arch == "x64") {
|
| gold_path = rebase_path("//third_party/gold", ".", root_build_dir)
|
| ldflags += [
|
| "-B$gold_path",
|
|
|