https://codereview.chromium.org/946023002/diff/20001/BUILD.gn
File BUILD.gn (right):

https://codereview.chromium.org/946023002/diff/20001/BUILD.gn#newcode21
BUILD.gn:21: v8_target_arch = current_cpu
On 2015/02/23 07:49:19, jochen (slow) wrote:
is current_cpu always the target arch? i.e. is it for cross compiling
from ia32
to arm always "arm" in both the host and target toolchain?

No. This change is actually "wrong" in that it preserves what v8 was
doing before my cpu_arch -> current_cpu change.

The right thing to do is to use the new 'target_cpu' variable, which
will always be the "arm" you want, above. Doing so probably also will
allow us to get rid of "v8_target_arch".

However, I want to make those changes in a separate CL to avoid any
confusion; this CL should have no semantic changes.

https://codereview.chromium.org/946023002/

--
--
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/d/optout.

Reply via email to