commit | 57cb9d52397c9051d7b3d27bd107cce04a16846f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 05 15:59:14 2019 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 10 21:11:31 2019 -0700 |
tree | 107dfad7cd3d0fb03fb02800fa01a413d231212c | |
parent | 7c66ead45267122c48bc854d1d5bd0d9a99bf943 [diff] |
buildman: Add options to get the arch and toolchain info Sometimes it is useful for external tools to use buildman to provide the toolchain information. Add an -a option which shows the value to use for the ARCH environment variable, and -A which does the same for CROSS_COMPILE Signed-off-by: Simon Glass <sjg@chromium.org>