Skip to content

Commit d84843c

Browse files
V-for-Vasilidanielleadams
authored andcommitted
gyp: fix v8 canary build on aix
PR-URL: #45496 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent f5bfa73 commit d84843c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/v8_gypfiles/toolchain.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@
11251125
'ldflags': [ '-Wl,-bmaxdata:0x60000000/dsa' ],
11261126
}],
11271127
[ 'v8_target_arch=="ppc64"', {
1128-
'cflags': [ '-maix64', '-fdollars-in-identifiers' ],
1128+
'cflags': [ '-maix64', '-fdollars-in-identifiers', '-fno-extern-tls-init' ],
11291129
'ldflags': [ '-maix64 -Wl,-bbigtoc' ],
11301130
}],
11311131
],

0 commit comments

Comments
 (0)