Skip to content

Commit

Permalink
Aix: Fix V8 canary build
Browse files Browse the repository at this point in the history
  • Loading branch information
V-for-Vasili committed Nov 17, 2022
1 parent d2b1655 commit ce6d0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/v8_gypfiles/toolchain.gypi
Expand Up @@ -678,7 +678,7 @@
'ldflags': [ '-Wl,-bmaxdata:0x60000000/dsa' ],
}],
[ 'v8_target_arch=="ppc64"', {
'cflags': [ '-maix64', '-fdollars-in-identifiers' ],
'cflags': [ '-maix64', '-fdollars-in-identifiers', '-fno-extern-tls-init' ],
'ldflags': [ '-maix64 -Wl,-bbigtoc' ],
}],
],
Expand Down

0 comments on commit ce6d0ff

Please sign in to comment.