diff options
Diffstat (limited to 'repos/extra/nodejs/0001-no-libatomic.patch')
| -rw-r--r-- | repos/extra/nodejs/0001-no-libatomic.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/repos/extra/nodejs/0001-no-libatomic.patch b/repos/extra/nodejs/0001-no-libatomic.patch deleted file mode 100644 index d9ef90ff..00000000 --- a/repos/extra/nodejs/0001-no-libatomic.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/node.gyp -+++ b/node.gyp -@@ -510,9 +510,6 @@ - '-Wl,-bnoerrmsg', - ], - }], -- ['OS=="linux" and clang==1', { -- 'libraries': ['-latomic'], -- }], - ], - }, - ---- a/tools/v8_gypfiles/v8.gyp -+++ b/tools/v8_gypfiles/v8.gyp -@@ -1306,14 +1306,6 @@ - ['v8_postmortem_support', { - 'dependencies': ['postmortem-metadata#target'], - }], -- # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library -- # 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 - { |