aboutsummaryrefslogtreecommitdiffstats
path: root/tools/buildman
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2024-11-08 08:23:46 -0700
committerTom Rini <trini@konsulko.com>2024-11-19 10:04:47 -0600
commita79a9ebee0b3477c57869d7ca424fc0618d1c07b (patch)
tree5916e6fe02d27210bf0fa0c019ccc31db13c571d /tools/buildman
parentd6ebe17d9d1b051b0f09cf62d10769c983b661d6 (diff)
downloadu-boot-a79a9ebee0b3477c57869d7ca424fc0618d1c07b.tar.gz
buildman: Document the toolchain-prefix section
This is mentioned in examples but should have its own mention in the 'settings' documentation. Add it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman')
-rw-r--r--tools/buildman/buildman.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/buildman/buildman.rst b/tools/buildman/buildman.rst
index 5eda01fd5e1..73a13134a4d 100644
--- a/tools/buildman/buildman.rst
+++ b/tools/buildman/buildman.rst
@@ -933,6 +933,12 @@ a set of (tag, value) pairs.
For example powerpc-linux-gcc will be noted as a toolchain for 'powerpc'
and CROSS_COMPILE will be set to powerpc-linux- when using it.
+'[toolchain-prefix]' section
+ This can be used to provide the full toolchain-prefix for one or more
+ architectures. The full CROSS_COMPILE prefix must be provided. These
+ typically have a higher priority than matches in the '[toolchain]', due to
+ this prefix.
+
'[toolchain-alias]' section
This converts toolchain architecture names to U-Boot names. For example,
if an x86 toolchains is called i386-linux-gcc it will not normally be