]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
buildman: Update the default settings file
authorSimon Glass <sjg@chromium.org>
Thu, 10 Nov 2022 02:14:46 +0000 (19:14 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Nov 2022 22:13:34 +0000 (15:13 -0700)
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>
tools/buildman/bsettings.py
tools/buildman/buildman.rst

index 35bb2c1d03a2ac84df7800a06cbb653253d92949..f53564e0f8a242db9b42bc4e4de7265b709ee818 100644 (file)
@@ -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
index afdd65d184db3cbb2124782cbaf5eec31b207aac..4851a645602627ebf8de5b0e94676b3a6f3d662a 100644 (file)
@@ -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