On 12/9/19 3:54 PM, dann frazier wrote: > Commit 1180ed5 told make to only respect $(CROSS_COMPILE) when $(CC) > was unset. But that will never be the case, as make provides > a default value for $(CC). Change this logic to respect $(CROSS_COMPILE) > when $(CC) is the default. Patch originally by Helmet Grohne. > > Fixes: 1180ed5 ("Makefile: make the CC definition conditional") > Signed-off-by: dann frazier <dann.frazier@xxxxxxxxxxxxx> > --- > Makefile | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Applied! Thanks, Jes