2017-09-12 13:21:18 -04:00
|
|
|
diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn
|
2018-09-04 11:43:21 +02:00
|
|
|
index d1bb5597f206..8c54651b3bce 100644
|
2017-09-12 13:21:18 -04: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 13:11:49 -04:00
|
|
|
!use_clang_coverage && !(is_android && use_order_profiling) &&
|
2018-06-01 15:16:26 -04:00
|
|
|
(use_lld ||
|
2018-04-19 11:44:42 -04: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 16:15:08 -04:00
|
|
|
}
|
|
|
|
|