DescriptionAdd support for the GYP_CROSSCOMPILE env var to MB.
This is needed to support building the "Linux ARM" configurations w/ MB,
which are cross-compiles but the target os is linux, not android or iOS.
Theoretically it might be needed for a real CrOS compile as well. You
can now specify that a cross-compile is needed with the 'crosscompile'
mixin.
We don't normally need this flag for android and ios builds, because
gyp_chromium sets it for us when target_os={android,ios}.
R=thakis@chromium.org
BUG=481692
Committed: https://crrev.com/edc49c383f30998c2a06fee632bac6cbf71817c2
Cr-Commit-Position: refs/heads/master@{#343327}
Patch Set 1 #
Total comments: 4
Patch Set 2 : update w/ review feedback #
Depends on Patchset: Messages
Total messages: 8 (2 generated)
|