Skip to content

Commit

Permalink
gyp: fix v8 canary build on aix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
V-for-Vasili authored and ruyadorno committed Nov 21, 2022
1 parent bd3accc commit e0a271e
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 e0a271e

Please sign in to comment.