Skip to content

Commit 735902f

Browse files
bradleythughesjasnell
authored andcommitted
build: support dtrace on ARM
Use the same dtrace command on ARM as on i386. Patch obtained from FreeBSD PR 218081 [1]. 1. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218081 PR-URL: #12193 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent c56d604 commit 735902f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
'<(OBJ_DIR)/node/src/node_dtrace_ustack.o'
515515
],
516516
'conditions': [
517-
[ 'target_arch=="ia32"', {
517+
[ 'target_arch=="ia32" or target_arch=="arm"', {
518518
'action': [
519519
'dtrace', '-32', '-I<(SHARED_INTERMEDIATE_DIR)', '-Isrc',
520520
'-C', '-G', '-s', 'src/v8ustack.d', '-o', '<@(_outputs)',

0 commit comments

Comments
 (0)