mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
buildman: Add support for building with clang
Add a -O option which allows building with clang. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
ed4e933d13
commit
00beb2485f
5 changed files with 48 additions and 5 deletions
|
@ -229,6 +229,7 @@ class BuilderThread(threading.Thread):
|
|||
config_args = ['%s_defconfig' % brd.target]
|
||||
config_out = ''
|
||||
args.extend(self.builder.toolchains.GetMakeArguments(brd))
|
||||
args.extend(self.toolchain.MakeArgs())
|
||||
|
||||
# If we need to reconfigure, do that now
|
||||
if do_config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue