You need this in your args.gn:
is_clang=false
use_sysroot=false

On Wednesday, September 28, 2016 at 2:15:47 AM UTC+2, Ivan P. wrote:
>
> Amendment: used ninja -v -C out.gn/test1
> So I can see all commands executed in console output, and I can see it 
> uses clang++.
>
> среда, 28 сентября 2016 г., 3:13:02 UTC+3 пользователь Ivan P. написал:
>>
>> I have set up depot tools and checked out latest stable V8 version from 
>> latest stable Chromium (V8 ver. 5.3.332.45) like this.
>>
>> fetch v8
>> cd v8
>> git checkout -b mybranch 5.3.332.45
>> gclient sync 
>>
>> I have generated build files using 
>>
>> gn args gn.out/test1 
>>
>> and run build as 
>>
>> ninja -C gn.out/test1
>>
>> and I can see that V8 is being built using clang++.
>>
>> I want to build using g++.
>>
>> What should be changed, please advise.
>>
>>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to