Re: [PATCH] Remove CROSS_COMPILE default from arch/*/config.mk

2020-07-05 Thread Tom Rini
On Tue, May 19, 2020 at 10:32:33AM -0400, Tom Rini wrote: > In order to support the compiler providing information used within > Kconfig itself we cannot have the compiler be determined by > arch/*/config.mk as we will not be able to evaluate that yet. Given > that most documentation tells

Re: [PATCH] Remove CROSS_COMPILE default from arch/*/config.mk

2020-05-20 Thread Michal Simek
On 19. 05. 20 16:32, Tom Rini wrote: > In order to support the compiler providing information used within > Kconfig itself we cannot have the compiler be determined by > arch/*/config.mk as we will not be able to evaluate that yet. Given > that most documentation tells people to specify

Re: [PATCH] Remove CROSS_COMPILE default from arch/*/config.mk

2020-05-19 Thread Simon Glass
On Tue, 19 May 2020 at 08:32, Tom Rini wrote: > > In order to support the compiler providing information used within > Kconfig itself we cannot have the compiler be determined by > arch/*/config.mk as we will not be able to evaluate that yet. Given > that most documentation tells people to

[PATCH] Remove CROSS_COMPILE default from arch/*/config.mk

2020-05-19 Thread Tom Rini
In order to support the compiler providing information used within Kconfig itself we cannot have the compiler be determined by arch/*/config.mk as we will not be able to evaluate that yet. Given that most documentation tells people to specify CROSS_COMPILE, remove these references. Cc: Huan Wang