Skip to content

Commit e0a271e

Browse files
V-for-Vasiliruyadorno
authored andcommitted
gyp: fix v8 canary build on aix
PR-URL: #45496 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent bd3accc commit e0a271e

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
@@ -678,7 +678,7 @@
678678
'ldflags': [ '-Wl,-bmaxdata:0x60000000/dsa' ],
679679
}],
680680
[ 'v8_target_arch=="ppc64"', {
681-
'cflags': [ '-maix64', '-fdollars-in-identifiers' ],
681+
'cflags': [ '-maix64', '-fdollars-in-identifiers', '-fno-extern-tls-init' ],
682682
'ldflags': [ '-maix64 -Wl,-bbigtoc' ],
683683
}],
684684
],

0 commit comments

Comments
 (0)