aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build_config_compiler_compiler.gni
blob: 9de88b63a2de8823556a4ff48f89e6880ec1c097 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/config/compiler/compiler.gni.orig	2019-03-11 22:00:52 UTC
+++ build/config/compiler/compiler.gni
@@ -179,7 +179,7 @@ declare_args() {
 declare_args() {
   # Whether to use the gold linker from binutils instead of lld or bfd.
   use_gold =
-      !use_lld && !(is_chromecast && is_linux &&
+      !is_bsd && !use_lld && !(is_chromecast && is_linux &&
                     (current_cpu == "arm" || current_cpu == "mipsel")) &&
       ((is_linux && (current_cpu == "x64" || current_cpu == "x86" ||
                      current_cpu == "arm" || current_cpu == "arm64" ||