diff options
author | Simon Glass | 2020-03-18 09:42:47 -0600 |
---|---|---|
committer | Tom Rini | 2020-04-10 21:21:06 -0400 |
commit | 4e9162d519c83812624c327731048a93631dc194 (patch) | |
tree | 294c487d1917453a5039602b049d142e0124907d /tools/buildman/README | |
parent | b2d89bc53887dfee44220243c1266a7cf627feff (diff) |
buildman: Drop the -a option
There is no point in setting the ARCH environment variable since the
U-Boot build system no-longer uses it.
It seems safe to drop this feature since it was only recently added.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'tools/buildman/README')
-rw-r--r-- | tools/buildman/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildman/README b/tools/buildman/README index 116a0ee545c..4cf01141574 100644 --- a/tools/buildman/README +++ b/tools/buildman/README @@ -1072,8 +1072,8 @@ 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. +To find out what toolchain prefix buildman will use for a build, use the -A +option. To request that compiler warnings be promoted to errors, use -E. This passes the -Werror flag to the compiler. Note that the build can still produce warnings |