2017-09-12 19:21:18 +02:00
|
|
|
diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn
|
2018-10-24 22:37:39 +02:00
|
|
|
index 148e91397142..ea325faec030 100644
|
2017-09-12 19:21:18 +02:00
|
|
|
--- build/config/compiler/BUILD.gn
|
|
|
|
+++ build/config/compiler/BUILD.gn
|
2018-10-24 22:37:39 +02:00
|
|
|
@@ -163,7 +163,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
|
|
|
}
|
|
|
|
|