]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Fix CROSS_COMPILE output for sandbox
authorSimon Glass <sjg@chromium.org>
Fri, 10 Mar 2023 20:48:51 +0000 (12:48 -0800)
committerSimon Glass <sjg@chromium.org>
Tue, 14 Mar 2023 22:08:52 +0000 (16:08 -0600)
commitd14c422d2288cfee8e080792e3aec8e28d1bfd59
tree025c879f4ee98187a0ac8d7ff1ba56b7d6bad23a
parentd93855f863d5bd0d71dedc3d711a009c35ed68fc
buildman: Fix CROSS_COMPILE output for sandbox

The previous attempt at fixing this broke the normal usage of the -A
flag.

At present, 'buildman -A sandbox' adds the path containing the
toolchain. We can assume that this is in the path and we don't want to
set CROSS_COMPILE=/bin/

Change this to align with what MakeEnvironment() does, but only for
sandbox boards.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/toolchain.py