diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:25:08 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:25:08 +0000 |
| commit | ac02af34e6938758c236ee87e99a65e9d7318c43 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /repos/extra/nodejs/atomic.patch | |
| parent | 495bfcc4011c3eb286cb5e4d57aef27af6b8751e (diff) | |
| download | alicelinux-ac02af34e6938758c236ee87e99a65e9d7318c43.tar.gz alicelinux-ac02af34e6938758c236ee87e99a65e9d7318c43.zip | |
Woodpecker CI 495bfcc4011c3eb286cb5e4d57aef27af6b8751e [SKIP CI]
Diffstat (limited to 'repos/extra/nodejs/atomic.patch')
| -rw-r--r-- | repos/extra/nodejs/atomic.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/repos/extra/nodejs/atomic.patch b/repos/extra/nodejs/atomic.patch deleted file mode 100644 index 254ca7d3..00000000 --- a/repos/extra/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 - { |