f16c7e8f4f
- Add EXAMPLES option Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.2-lkgr
11 lines
387 B
Text
11 lines
387 B
Text
--- build/config/linux/BUILD.gn.orig 2022-05-07 05:44:29 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" ]
|
|
}
|
|
}
|