summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build_config_compiler_compiler.gni
blob: a76b1dce92ce62a8f875510e94b8b6c2791fb892 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/config/compiler/compiler.gni.orig	2018-06-19 18:20:54.692104000 +0200
+++ build/config/compiler/compiler.gni	2018-06-19 18:21:18.098165000 +0200
@@ -164,7 +164,7 @@
 
 declare_args() {
   # Whether to use the gold linker from binutils instead of lld or bfd.
-  use_gold =
+  use_gold = !is_bsd &&
       (!use_lld && !(is_chromecast && is_linux &&
                      (current_cpu == "arm" || current_cpu == "mipsel")) &&
        (is_linux && (current_cpu == "x64" || current_cpu == "x86" ||