From 365f66cd8b756271e73628dedaf1067807a55cc0 Mon Sep 17 00:00:00 2001 From: cpm Date: Wed, 20 Jun 2018 09:38:18 +0000 Subject: - Add missing patch after r472855 --- www/iridium/files/patch-build_config_compiler_compiler.gni | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/iridium/files/patch-build_config_compiler_compiler.gni (limited to 'www') diff --git a/www/iridium/files/patch-build_config_compiler_compiler.gni b/www/iridium/files/patch-build_config_compiler_compiler.gni new file mode 100644 index 000000000000..cf9ed67acb3d --- /dev/null +++ b/www/iridium/files/patch-build_config_compiler_compiler.gni @@ -0,0 +1,11 @@ +--- build/config/compiler/compiler.gni.orig 2018-06-19 18:30:17.888048000 +0200 ++++ build/config/compiler/compiler.gni 2018-06-19 18:32:11.279335000 +0200 +@@ -72,7 +72,7 @@ + + 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")) || -- cgit