diff options
Diffstat (limited to 'user/node/libatomic.patch')
-rw-r--r-- | user/node/libatomic.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/user/node/libatomic.patch b/user/node/libatomic.patch deleted file mode 100644 index fc2e4ffd2..000000000 --- a/user/node/libatomic.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- node-v10.15.3/node.gyp.old 2019-03-05 15:16:32.000000000 +0000 -+++ node-v10.15.3/node.gyp 2019-04-06 13:54:51.204939193 +0000 -@@ -479,6 +479,11 @@ - 'msvs_disabled_warnings!': [4244], - - 'conditions': [ -+ [ 'host_arch=="mips" or host_arch=="mipsel" or host_arch=="ppc"', { -+ 'link_settings': { -+ 'libraries': [ '-latomic' ], -+ }, -+ }], - [ 'node_code_cache_path!=""', { - 'sources': [ '<(node_code_cache_path)' ] - }, { |