commit | fb4e53896f969e92ca6271becfa32adc2a4531f3 | [log] [tgz] |
---|---|---|
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | Sun Sep 06 14:46:07 2020 +0300 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:54:13 2020 -0600 |
tree | 39684ac97c5519f8ef42fb0995809e85f3dca5e1 | |
parent | cd740d3f446577251c7be4d5db65672e6df8cefd [diff] |
binman: Document how CROSS_COMPILE, CC, HOSTCC etc. are used in README Explain that binman interprets these environment variables in the "External tools" section to run target/host specific versions of the tools, and add a new section on how to use CROSS_COMPILE to run the tests on non-x86 machines. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>