Skip to content

Commit ce6d0ff

Browse files
committed
Aix: Fix V8 canary build
1 parent d2b1655 commit ce6d0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/v8_gypfiles/toolchain.gypi

Lines changed: 1 addition & 1 deletion
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)