diff options
Diffstat (limited to 'devel/electron7/files/patch-build_config_compiler_compiler.gni')
-rw-r--r-- | devel/electron7/files/patch-build_config_compiler_compiler.gni | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron7/files/patch-build_config_compiler_compiler.gni b/devel/electron7/files/patch-build_config_compiler_compiler.gni new file mode 100644 index 000000000000..3fb0469c7965 --- /dev/null +++ b/devel/electron7/files/patch-build_config_compiler_compiler.gni @@ -0,0 +1,11 @@ +--- build/config/compiler/compiler.gni.orig 2019-12-12 12:38:59 UTC ++++ build/config/compiler/compiler.gni +@@ -188,7 +188,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" || |