diff --git a/node.gyp b/node.gyp index ac3ad061f0f..93ee7d64ddb 100644 --- a/node.gyp +++ b/node.gyp @@ -514,7 +514,7 @@ '<(OBJ_DIR)/node/src/node_dtrace_ustack.o' ], 'conditions': [ - [ 'target_arch=="ia32"', { + [ 'target_arch=="ia32" or target_arch=="arm"', { 'action': [ 'dtrace', '-32', '-I<(SHARED_INTERMEDIATE_DIR)', '-Isrc', '-C', '-G', '-s', 'src/v8ustack.d', '-o', '<@(_outputs)',