1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/www/chromium/files/patch-build_config_compiler_compiler.gni

12 lines
561 B
Plaintext

--- build/config/compiler/compiler.gni.orig 2021-05-12 22:05:40 UTC
+++ build/config/compiler/compiler.gni
@@ -202,7 +202,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 &&
+ use_gold = !is_bsd && !use_lld && !(is_chromecast && is_linux &&
(current_cpu == "arm" || current_cpu == "mipsel")) &&
(((is_linux || is_chromeos_lacros) &&
(current_cpu == "x64" || current_cpu == "x86" ||