]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Correct CROSS_COMPILE output for sandbox
authorSimon Glass <sjg@chromium.org>
Thu, 2 Mar 2023 13:11:44 +0000 (06:11 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 21:15:14 +0000 (13:15 -0800)
commit46e362098bab36d4bf04825044f168d83f147864
treece673fe6f511d292ff481e029d30f5be1f3b9bfd
parent019d01aa124f45af6f1f1ede8729230c75f5a2b6
buildman: Correct CROSS_COMPILE output for sandbox

At present, 'buildman -A sandbox' adds the path containing the
toolchain at present. We can assume that this is in the path and
we don't want to set CROSS_COMPILE=/bin/ so change this to align
with what MakeEnvironment() does.

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