commit | 29cc0918427e10d9198d5a7ca252c4887b36f2f8 | [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 | 1e4687aa47ed269bbc82497df872f614cfafb2e9 [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>