aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-01-07 16:44:20 -0700
committerSimon Glass <sjg@chromium.org>2019-01-14 17:47:13 -0700
commit00beb2485f71ab23114b37ef47d136e269ef69f7 (patch)
treec45c9d75d45eb74a0144dbc0c2fb842383da1e09 /tools/buildman/README
parented4e933d13c7242c643e4a535edf4d75c5322f94 (diff)
downloadu-boot-00beb2485f71ab23114b37ef47d136e269ef69f7.zip
u-boot-00beb2485f71ab23114b37ef47d136e269ef69f7.tar.gz
u-boot-00beb2485f71ab23114b37ef47d136e269ef69f7.tar.bz2
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/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/buildman/README b/tools/buildman/README
index d688b7c..56a99c7 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
=============