Home
last modified time | relevance | path

Searched hist:f210b58734b750fcab3d4fef6477a6eaf39b5d51 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/buildman/
H A Dtoolchain.pyf210b58734b750fcab3d4fef6477a6eaf39b5d51 Tue Dec 02 00:33:59 UTC 2014 Simon Glass <sjg@chromium.org> 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>