diff options
author | Simon Glass <sjg@chromium.org> | 2019-01-07 16:44:20 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-01-14 17:47:13 -0700 |
commit | 00beb2485f71ab23114b37ef47d136e269ef69f7 (patch) | |
tree | c45c9d75d45eb74a0144dbc0c2fb842383da1e09 /tools/buildman/README | |
parent | ed4e933d13c7242c643e4a535edf4d75c5322f94 (diff) | |
download | u-boot-00beb2485f71ab23114b37ef47d136e269ef69f7.tar.gz |
buildman: Add support for building with clang
Add a -O option which allows building with clang.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman/README')
-rw-r--r-- | tools/buildman/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/buildman/README b/tools/buildman/README index d688b7cf00..56a99c70a2 100644 --- a/tools/buildman/README +++ b/tools/buildman/README @@ -1046,6 +1046,16 @@ value for 'altbootcmd', but lost one for ' altbootcmd'. The -U option uses the u-boot.env files which are produced by a build. + +Building with clang +=================== + +To build with clang (sandbox only), use the -O option to override the +toolchain. For example: + + buildman -O clang-7 --board sandbox + + Other options ============= |