mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
11 lines
601 B
Text
11 lines
601 B
Text
--- build/config/compiler/compiler.gni.orig 2019-03-15 06:36:56 UTC
|
|
+++ build/config/compiler/compiler.gni
|
|
@@ -172,7 +172,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 && (current_cpu == "x64" || current_cpu == "x86" ||
|
|
current_cpu == "arm" || current_cpu == "mipsel" ||
|