commit | 6e54f02b229965aa3564e29cfa38fc3b9f2ada03 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 02 06:11:44 2023 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 08 13:15:14 2023 -0800 |
tree | ce673fe6f511d292ff481e029d30f5be1f3b9bfd | |
parent | dc19cee6c663f421ac33604c57b565764e89a1d7 [diff] |
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>