commit | 3831455862020d44a9d604e14c8195c9d894a989 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 01 17:33:59 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 14 21:16:53 2015 -0800 |
tree | 2c8f7327d1c682e77f4fd9060a755e6819bc6b11 | |
parent | 28ed0061d12cade9ee687d7c53126d4582c35026 [diff] |
buildman: Put the toolchain path first instead of last in PATH If: 1. Toolchains A and B have the same filename 2. Toolchain A is in the PATH 3. Toolchain B is given in ~/.buildman and buildman uses it to build then buildman will add toolchain B to the end of its path but will not necessarily use it since U-Boot will find toolchain A first in the PATH. Try to fix this by putting the toolchain first in the path instead of last. Signed-off-by: Simon Glass <sjg@chromium.org>