Re: [RFC PATCH 2/2] tools build: Take CC, AS, and LD from the command line

2017-10-04 Thread Doug Anderson
Hi On Tue, Oct 3, 2017 at 8:06 PM, Guenter Roeck wrote: > On Tue, Oct 3, 2017 at 1:48 PM, Douglas Anderson > wrote: >> If the top-level tools build is called to build a tool and is passed >> CC, AS, or LD on the command line then someone wants to use a >> different compiler, assembler, or linke

Re: [RFC PATCH 2/2] tools build: Take CC, AS, and LD from the command line

2017-10-03 Thread Guenter Roeck
On Tue, Oct 3, 2017 at 1:48 PM, Douglas Anderson wrote: > If the top-level tools build is called to build a tool and is passed > CC, AS, or LD on the command line then someone wants to use a > different compiler, assembler, or linker. Let's honor that. > > This together with the change ("kbuild: