aboutsummaryrefslogtreecommitdiff
path: root/www/node18/files/patch-tools_v8__gypfiles_v8.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'www/node18/files/patch-tools_v8__gypfiles_v8.gyp')
-rw-r--r--www/node18/files/patch-tools_v8__gypfiles_v8.gyp11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/node18/files/patch-tools_v8__gypfiles_v8.gyp b/www/node18/files/patch-tools_v8__gypfiles_v8.gyp
deleted file mode 100644
index 32853c6bfc17..000000000000
--- a/www/node18/files/patch-tools_v8__gypfiles_v8.gyp
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/v8_gypfiles/v8.gyp.orig 2023-04-12 04:09:21 UTC
-+++ tools/v8_gypfiles/v8.gyp
-@@ -977,7 +977,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", "riscv64", "loong64"]', {
-+ ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "riscv64", "loong64"]', {
- 'link_settings': {
- 'libraries': ['-latomic', ],
- },