2017-09-12 19:21:18 +02:00
|
|
|
diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn
|
2018-10-02 14:14:11 +02:00
|
|
|
index 1f582933a377..503e2b5bf58a 100644
|
2017-09-12 19:21:18 +02:00
|
|
|
--- build/config/compiler/BUILD.gn
|
|
|
|
+++ build/config/compiler/BUILD.gn
|
2018-09-04 11:43:21 +02:00
|
|
|
@@ -162,7 +162,7 @@ declare_args() {
|
2018-07-02 19:11:49 +02:00
|
|
|
!use_clang_coverage && !(is_android && use_order_profiling) &&
|
2018-06-01 21:16:26 +02:00
|
|
|
(use_lld ||
|
2018-04-19 17:44:42 +02:00
|
|
|
(use_gold &&
|
|
|
|
- ((!is_android && linux_use_bundled_binutils) || is_chromeos ||
|
|
|
|
+ ((!is_android && linux_use_bundled_binutils && current_cpu != "x86") || is_chromeos ||
|
|
|
|
!(current_cpu == "x86" || current_cpu == "x64"))))
|
2018-03-20 21:15:08 +01:00
|
|
|
}
|
|
|
|
|