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>
Showing
- tools/buildman/README 3 additions, 0 deletionstools/buildman/README
- tools/buildman/cmdline.py 4 additions, 0 deletionstools/buildman/cmdline.py
- tools/buildman/control.py 35 additions, 0 deletionstools/buildman/control.py
- tools/buildman/test.py 18 additions, 0 deletionstools/buildman/test.py
- tools/buildman/toolchain.py 26 additions, 0 deletionstools/buildman/toolchain.py
Loading
Please register or sign in to comment