summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build_config_linux_BUILD.gn
blob: e1ce0cbb1905cc608b50db60b9800c8443468081 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/config/linux/BUILD.gn.orig	2020-05-13 18:39:36 UTC
+++ build/config/linux/BUILD.gn
@@ -30,7 +30,7 @@ config("runtime_library") {
 
   if ((!(is_chromeos || chromeos_is_browser_only) ||
        default_toolchain != "//build/toolchain/cros:target") &&
-      (!use_custom_libcxx || current_cpu == "mipsel")) {
+      (!use_custom_libcxx || current_cpu == "mipsel") && !is_bsd) {
     libs = [ "atomic" ]
   }
 }