commit | 3f6f9b27cbe940af35ce750d08fafbf2a1277bfa | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jul 05 14:34:07 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 08 09:12:34 2024 -0600 |
tree | 0127712ade83d72e880e94251515eacc47886608 | |
parent | a4fe9da914fa1a5b869d4222c724b38a661b0dc6 [diff] |
Revert "buildman: Always use the full path in CROSS_COMPILE" There are operations in buildman that result in running the cross-tools (such as performing size checks) and now that we have not modified PATH to know where our tools are, these operations fail. This reverts commit 6c0a3cf75f72370deec3ee516a9dd377397af207. Signed-off-by: Tom Rini <trini@konsulko.com>