diff options
Diffstat (limited to 'lang/v8/files/patch-build_config_compiler_compiler.gni')
-rw-r--r-- | lang/v8/files/patch-build_config_compiler_compiler.gni | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/v8/files/patch-build_config_compiler_compiler.gni b/lang/v8/files/patch-build_config_compiler_compiler.gni new file mode 100644 index 000000000000..1106d32da150 --- /dev/null +++ b/lang/v8/files/patch-build_config_compiler_compiler.gni @@ -0,0 +1,11 @@ +--- build/config/compiler/compiler.gni.orig 2020-06-13 18:27:18 UTC ++++ build/config/compiler/compiler.gni +@@ -176,7 +176,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" || |