mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
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>
This commit is contained in:
parent
ce59252df5
commit
3da04ff1d3
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue