From a198d7febc7b23e2f43a790db1f305c83d82b0bd Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Sat, 19 Jul 2025 05:00:58 +0000 Subject: Woodpecker CI c5fb2fda37b1c2b3366e0267097101ad8c03a132 [SKIP CI] --- nodejs/atomic.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 nodejs/atomic.patch (limited to 'nodejs/atomic.patch') diff --git a/nodejs/atomic.patch b/nodejs/atomic.patch deleted file mode 100644 index 254ca7d3..00000000 --- a/nodejs/atomic.patch +++ /dev/null @@ -1,28 +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 -@@ -1268,13 +1268,6 @@ - ['v8_enable_third_party_heap', { - # TODO(targos): add values from v8_third_party_heap_libs to link_settings.libraries - }], -- # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library -- # to implement atomic memory access -- ['v8_current_cpu in ["mips64", "mips64el", "ppc", "arm", "riscv64", "loong64"]', { -- 'link_settings': { -- 'libraries': ['-latomic', ], -- }, -- }], - ], - }, # v8_base_without_compiler - { -- cgit v1.2.3