aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build_config_linux_BUILD.gn
blob: 2e93980f3e507d03eb0ac5d33b07b05e3d031b74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/config/linux/BUILD.gn.orig	2022-05-19 14:06:27 UTC
+++ build/config/linux/BUILD.gn
@@ -41,7 +41,7 @@ config("runtime_library") {
   }
 
   if ((!is_chromeos || default_toolchain != "//build/toolchain/cros:target") &&
-      (!use_custom_libcxx || current_cpu == "mipsel")) {
+      (!use_custom_libcxx || current_cpu == "mipsel") && !is_bsd) {
     libs = [ "atomic" ]
   }
 }