summaryrefslogtreecommitdiffstats
path: root/tools/buildman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-12-01 17:34:05 -0700
committerSimon Glass <sjg@chromium.org>2015-01-14 21:16:54 -0800
commit9b83bfdcb0baac4c2f986c600a2a7c2e946ad17c (patch)
tree2662f4af2f633ee98b95a4ddb11868c97a73a344 /tools/buildman/README
parentcc935295f24580a4cb7c869f489ea99273fb4f92 (diff)
downloadtalos-obmc-uboot-9b83bfdcb0baac4c2f986c600a2a7c2e946ad17c.tar.gz
talos-obmc-uboot-9b83bfdcb0baac4c2f986c600a2a7c2e946ad17c.zip
buildman: Allow architecture to alias to multiple toolchains
Some archs have need than one alias, so support a list of alises in the ..buildman file. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman/README')
-rw-r--r--tools/buildman/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/buildman/README b/tools/buildman/README
index 865390a6f3..849e6ca763 100644
--- a/tools/buildman/README
+++ b/tools/buildman/README
@@ -701,8 +701,9 @@ a set of (tag, value) pairs.
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
- used for architecture 'x86'. Adding 'x86: i386' to this section will
- tell buildman that the i386 toolchain can be used for x86.
+ used for architecture 'x86'. Adding 'x86: i386 x86_64' to this section
+ will tell buildman that the i386 and x86_64 toolchains can be used for
+ the x86 architecture.
'[make-flags]' section
OpenPOWER on IntegriCloud