View | Details | Raw Unified | Return to bug 263590 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/node/files/extra-patch-tools_v8__gypfiles_v8.gyp (-4 / +4 lines)
Lines 1-11 Link Here
1
--- tools/v8_gypfiles/v8.gyp.orig	2021-04-20 11:30:16 UTC
1
--- tools/v8_gypfiles/v8.gyp.orig	2022-05-17 11:37:47 UTC
2
+++ tools/v8_gypfiles/v8.gyp
2
+++ tools/v8_gypfiles/v8.gyp
3
@@ -774,7 +774,7 @@
3
@@ -977,7 +977,7 @@
4
         }],
4
         }],
5
         # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library
5
         # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library
6
         # to implement atomic memory access
6
         # to implement atomic memory access
7
-        ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm", "riscv64"]', {
7
-        ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm", "riscv64", "loong64"]', {
8
+        ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "riscv64"]', {
8
+        ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "riscv64", "loong64"]', {
9
           'link_settings': {
9
           'link_settings': {
10
             'libraries': ['-latomic', ],
10
             'libraries': ['-latomic', ],
11
           },
11
           },

Return to bug 263590