mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02: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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user