diff options
author | Simon Glass | 2019-12-05 15:59:14 -0700 |
---|---|---|
committer | Simon Glass | 2019-12-10 21:11:31 -0700 |
commit | 57cb9d52397c9051d7b3d27bd107cce04a16846f (patch) | |
tree | 107dfad7cd3d0fb03fb02800fa01a413d231212c /tools/buildman/README | |
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>
Diffstat (limited to 'tools/buildman/README')
-rw-r--r-- | tools/buildman/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/buildman/README b/tools/buildman/README index e36619216d4..c1ac0d0f58d 100644 --- a/tools/buildman/README +++ b/tools/buildman/README @@ -1061,6 +1061,9 @@ Other options Buildman has various other command line options. Try --help to see them. +To find out what architecture or toolchain prefix buildman will use for a build, +see the -a and -A options. + When doing builds, Buildman's return code will reflect the overall result: 0 (success) No errors or warnings found |