commit | 7b971294dd927cca06845b2b3ac30e8da16019ba | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 06 19:45:37 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 14 15:34:50 2016 -0600 |
tree | 93787887181b64e4b67eea909ccc194025857182 | |
parent | d6ece3274db78ec831dad147ef86076698f9ef50 [diff] |
buildman: Allow the toolchain priority to be specified At present the priority of a toolchain is calculated from its filename based on hard-coded rules. Allow it to be specified by the caller. We will use this in a later patch. Also display the priority and provide a message when it is overriden by another toolchain of higher priority. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>