On 2013/11/25 16:04:54, Torne wrote:
https://codereview.chromium.org/78263005/diff/1/tools/gyp/v8.gyp
File tools/gyp/v8.gyp (right):

https://codereview.chromium.org/78263005/diff/1/tools/gyp/v8.gyp#newcode209
tools/gyp/v8.gyp:209: 'toolsets': ['host', 'target'],
Defining this target for both host and target causes a build warning (from
ninja/make) on platforms where want_separate_host_toolset is true, since the output filename is the same for both host and target (SHARED_INTERMEDIATE_DIR
is
the same). You need to either have this output separate files for host and
target, or set it up to work with only one toolset defined somehow.

This is already being addressed: https://codereview.chromium.org/85893002/

https://codereview.chromium.org/78263005/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to