mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Changelog: https://chromium.googlesource.com/chromium/src/+log/75.0.3770.142..76.0.3809.100?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de> MFH: 2019Q3
11 lines
577 B
Text
11 lines
577 B
Text
--- build/config/compiler/compiler.gni.orig 2019-07-24 18:58:02 UTC
|
|
+++ build/config/compiler/compiler.gni
|
|
@@ -179,7 +179,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" ||
|