buildman: Add options to get the arch and toolchain info
authorSimon Glass <sjg@chromium.org>
Thu, 5 Dec 2019 22:59:14 +0000 (15:59 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 11 Dec 2019 04:11:31 +0000 (21:11 -0700)
commit57cb9d52397c9051d7b3d27bd107cce04a16846f
tree107dfad7cd3d0fb03fb02800fa01a413d231212c
parent7c66ead45267122c48bc854d1d5bd0d9a99bf943
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>
tools/buildman/README
tools/buildman/cmdline.py
tools/buildman/control.py
tools/buildman/test.py
tools/buildman/toolchain.py