Re: [PATCH v2 4/4] kconfig: link CONFIG_CROSS_COMPILE with environment variable

2014-09-03 Thread Konstantin Khlebnikov
On Thu, Sep 4, 2014 at 1:11 AM, Paul Bolle wrote: > Hi Konstantin, > > On Mon, 2014-09-01 at 11:16 +0400, Konstantin Khlebnikov wrote: >> Cross-compiler tool prefix can be set in command line, in the environment >> variable CROSS_COMPILE or in config file, in option CONFIG_COROSS_COMPILE. >> Also

Re: [PATCH v2 4/4] kconfig: link CONFIG_CROSS_COMPILE with environment variable

2014-09-03 Thread Paul Bolle
Hi Konstantin, On Mon, 2014-09-01 at 11:16 +0400, Konstantin Khlebnikov wrote: > Cross-compiler tool prefix can be set in command line, in the environment > variable CROSS_COMPILE or in config file, in option CONFIG_COROSS_COMPILE. > Also some arch/*/Makefile provides default value. > > This patc