commit | c3cea95fd21937ce82be3dbd1062dde8fb0e6114 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 10 12:48:51 2023 -0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Mar 14 16:08:52 2023 -0600 |
tree | 025c879f4ee98187a0ac8d7ff1ba56b7d6bad23a | |
parent | 2dbfcf439a3d4223feed5b3be03f1ddaff2384be [diff] |
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>