On Fri, Dec 21, 2018 at 2:31 AM Jane Chen <
jxch...@gmail.com> wrote:
> When I build v8 with gn and ninja on RedHat7, I'd like to specify the location of gcc so that it doesn't use the default one. Is it something specifiable through the gn configuration?
I haven't tried if it actually works but I believe the magic
incantation is `python tools/dev/v8gen.py x64.release --
cc_wrapper=/path/to/gcc`.