f81b613d48
Changes: https://github.com/nodejs/node/releases https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V24.md Security: CVE-2025-27210
13 lines
532 B
Plaintext
13 lines
532 B
Plaintext
--- tools/v8_gypfiles/v8.gyp.orig 2025-07-17 21:44:08 UTC
|
|
+++ tools/v8_gypfiles/v8.gyp
|
|
@@ -1314,9 +1314,6 @@
|
|
# to implement atomic memory access.
|
|
# Clang needs it for some atomic operations (https://clang.llvm.org/docs/Toolchain.html#atomics-library).
|
|
['(OS=="linux" and clang==1) or (v8_current_cpu in ["mips64", "mips64el", "arm", "riscv64", "loong64"])', {
|
|
- 'link_settings': {
|
|
- 'libraries': ['-latomic', ],
|
|
- },
|
|
}],
|
|
],
|
|
}, # v8_base_without_compiler
|