blob: 1b54d98552527c6b20c97a4402136dbd0051b3bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$OpenBSD: patch-build_config_linux_BUILD_gn,v 1.10 2021/11/16 11:28:45 robert Exp $
Index: build/config/linux/BUILD.gn
--- build/config/linux/BUILD.gn.orig
+++ build/config/linux/BUILD.gn
@@ -39,7 +39,7 @@ config("runtime_library") {
if ((!(is_chromeos_ash || is_chromeos_lacros) ||
default_toolchain != "//build/toolchain/cros:target") &&
- (!use_custom_libcxx || current_cpu == "mipsel")) {
+ (!use_custom_libcxx || current_cpu == "mipsel") && !is_openbsd) {
libs = [ "atomic" ]
}
}
|