]> git.ipfire.org Git - people/ms/u-boot.git/commit
buildman: Add a way to specific a full toolchain prefix
authorSimon Glass <sjg@chromium.org>
Sun, 13 Mar 2016 01:50:32 +0000 (18:50 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 18 Mar 2016 03:27:39 +0000 (21:27 -0600)
commit17bce66cbfb3610a8e341fdb0766cd5586b0f4e9
treee3294b88678dadf78522bc80d262edff23af1cf0
parentd4c8572b7187cc21ca39d185fd19813e69fbd515
buildman: Add a way to specific a full toolchain prefix

At present buildman allows you to specify the directory containing the
toolchain, but not the actual toolchain prefix. If there are multiple
toolchains in a single directory, this can be inconvenient.

Add a new 'toolchain-prefix' setting to the settings file, which allows
the full prefix (or path to the C compiler) to be specified.

Update the documentation to match.

Suggested-by: Stephen Warren <swarren@wwwdotorg.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
tools/buildman/README
tools/buildman/toolchain.py