aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-build_config_compiler_compiler.gni
blob: 37bed98470663251079607777ea4e374979929b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/config/compiler/compiler.gni.orig	2018-05-09 21:05:34.000000000 +0200
+++ build/config/compiler/compiler.gni	2018-08-16 03:18:27.380502000 +0200
@@ -174,7 +174,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 &&