commit | 48ac42e4daf6ce6813a72df969ea25d7e2390c8c | [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 | 9b55091670bafb3c0720b34732409783120fc302 [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>