commit | cd740d3f446577251c7be4d5db65672e6df8cefd | [log] [tgz] |
---|---|---|
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | Sun Sep 06 14:46:06 2020 +0300 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:54:13 2020 -0600 |
tree | 32e48580e8487eb8bf965610cb4ced6fe1093de1 | |
parent | 5cd321dc143ada636c24fb45cb7e653024270cc1 [diff] |
binman: Allow resolving host-specific tools from env vars This patch lets tools.Run() use host-specific versions with the for_host keyword argument, based on the host-specific environment variables (HOSTCC, HOSTOBJCOPY, HOSTSTRIP, etc.). Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>