Hi Simon,
On 11/8/22 00:28, Simon Glass wrote:
Convert the buildman documentation to rST format and include it in the
'build' section.
Signed-off-by: Simon Glass <s...@chromium.org>
---
[...]
+Other options
+-------------
+
+Buildman has various other command-line options. Try --help to see them.
+
+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
+with -E, e.g. the migration warnings::
+
+ --------------------- WARNING ----------------------
+ This board does not use CONFIG_DM_MMC. Please update
+ ...
+ ----------------------------------------------------
+
s/-/=/
Cheers,
Quentin