diff options
author | Simon Glass | 2022-11-09 19:14:46 -0700 |
---|---|---|
committer | Simon Glass | 2022-11-22 15:13:34 -0700 |
commit | 3da04ff1d33cf01d927fd7e4ea99f661fcf20dac (patch) | |
tree | d356489adfe330f3ff54037f50f035c123fb3a78 /tools/buildman | |
parent | ce59252df52a3c43eed6e62b032680a1c74a8305 (diff) |
buildman: Update the default settings file
The settings file omits a few lines which are useful for getting every
board building. Add these and update the documentation tool.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman')
-rw-r--r-- | tools/buildman/bsettings.py | 3 | ||||
-rw-r--r-- | tools/buildman/buildman.rst | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tools/buildman/bsettings.py b/tools/buildman/bsettings.py index 35bb2c1d03a..f53564e0f8a 100644 --- a/tools/buildman/bsettings.py +++ b/tools/buildman/bsettings.py @@ -79,10 +79,13 @@ other = / [toolchain-prefix] # name = path to prefix # e.g. x86 = /opt/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux- +# arc = /opt/arc/arc_gnu_2021.03_prebuilt_elf32_le_linux_install/bin/arc-elf32- [toolchain-alias] # arch = alias # Indicates which toolchain should be used to build for that arch +riscv = riscv32 +sh = sh4 x86 = i386 blackfin = bfin openrisc = or1k diff --git a/tools/buildman/buildman.rst b/tools/buildman/buildman.rst index afdd65d184d..4851a645602 100644 --- a/tools/buildman/buildman.rst +++ b/tools/buildman/buildman.rst @@ -199,6 +199,8 @@ Setting up arc = /opt/arc/arc_gnu_2021.03_prebuilt_elf32_le_linux_install/bin/arc-elf32- [toolchain-alias] + riscv = riscv32 + sh = sh4 x86: i386 blackfin: bfin openrisc: or1k |