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

Collapse All | Expand All

(-)files/patch-node.gyp (+15 lines)
Line 0 Link Here
1
--- node.gyp.orig	2017-03-24 18:42:07.195465000 +0100
2
+++ node.gyp	2017-03-24 18:42:26.672322000 +0100
3
@@ -842,6 +842,12 @@
4
                 '<(OBJ_DIR)/node/src/node_dtrace_ustack.o'
5
               ],
6
               'conditions': [
7
+                [ 'target_arch=="arm"', {
8
+                  'action': [
9
+                    'dtrace', '-32', '-I<(SHARED_INTERMEDIATE_DIR)', '-Isrc',
10
+                    '-C', '-G', '-s', 'src/v8ustack.d', '-o', '<@(_outputs)',
11
+                  ]
12
+                } ],
13
                 [ 'target_arch=="ia32"', {
14
                   'action': [
15
                     'dtrace', '-32', '-I<(SHARED_INTERMEDIATE_DIR)', '-Isrc',

Return to bug 218081