summaryrefslogtreecommitdiff
path: root/www/node12/files/extra-patch-tools_v8__gypfiles_v8.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'www/node12/files/extra-patch-tools_v8__gypfiles_v8.gyp')
-rw-r--r--www/node12/files/extra-patch-tools_v8__gypfiles_v8.gyp11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/node12/files/extra-patch-tools_v8__gypfiles_v8.gyp b/www/node12/files/extra-patch-tools_v8__gypfiles_v8.gyp
new file mode 100644
index 000000000000..56c68f309309
--- /dev/null
+++ b/www/node12/files/extra-patch-tools_v8__gypfiles_v8.gyp
@@ -0,0 +1,11 @@
+--- tools/v8_gypfiles/v8.gyp.orig 2020-04-25 08:58:14 UTC
++++ tools/v8_gypfiles/v8.gyp
+@@ -809,7 +809,7 @@
+ }],
+ # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library
+ # to implement atomic memory access
+- ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm"]', {
++ ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc"]', {
+ 'link_settings': {
+ 'libraries': ['-latomic', ],
+ },