diff options
Diffstat (limited to 'www/chromium/files/patch-build_config_compiler_compiler.gni')
-rw-r--r-- | www/chromium/files/patch-build_config_compiler_compiler.gni | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/www/chromium/files/patch-build_config_compiler_compiler.gni b/www/chromium/files/patch-build_config_compiler_compiler.gni index a1d68d448cca..32358d823ffa 100644 --- a/www/chromium/files/patch-build_config_compiler_compiler.gni +++ b/www/chromium/files/patch-build_config_compiler_compiler.gni @@ -1,15 +1,6 @@ ---- build/config/compiler/compiler.gni.orig 2020-05-13 18:40:16 UTC +--- build/config/compiler/compiler.gni.orig 2020-07-07 21:58:11 UTC +++ build/config/compiler/compiler.gni -@@ -47,7 +47,7 @@ declare_args() { - # only two architectures that are currently checked in). Turn this off when - # you are using a custom toolchain and need to control -B in cflags. - linux_use_bundled_binutils = -- linux_use_bundled_binutils_override && is_linux && -+ linux_use_bundled_binutils_override && (is_linux && !is_bsd) && - (current_cpu == "x64" || current_cpu == "x86") - binutils_path = rebase_path("//third_party/binutils/Linux_x64/Release/bin", - root_build_dir) -@@ -190,7 +190,7 @@ declare_args() { +@@ -176,7 +176,7 @@ declare_args() { declare_args() { # Whether to use the gold linker from binutils instead of lld or bfd. use_gold = |