Re: [PATCH v2 2/4] binman: Use target-specific tools when cross-compiling

2020-09-26 Thread Simon Glass
Currently, binman always runs the compile tools like cc, objcopy, strip, etc. using their literal name. Instead, this patch makes it use the target-specific versions by default, derived from the tool-specific environment variables (CC, OBJCOPY, STRIP, etc.) or from the CROSS_COMPILE environment var

[PATCH v2 2/4] binman: Use target-specific tools when cross-compiling

2020-09-06 Thread Alper Nebi Yasak
Currently, binman always runs the compile tools like cc, objcopy, strip, etc. using their literal name. Instead, this patch makes it use the target-specific versions by default, derived from the tool-specific environment variables (CC, OBJCOPY, STRIP, etc.) or from the CROSS_COMPILE environment var