On Tue, 19 May 2020 at 08:32, Tom Rini <tr...@konsulko.com> 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 CROSS_COMPILE, remove
> these references.
>
> Cc: Huan Wang <alison.w...@nxp.com>
> Cc: Angelo Dureghello <ang...@sysam.it>
> Cc: Michal Simek <mon...@monstr.eu>
> Cc: Rick Chen <r...@andestech.com>
> Cc: Thomas Chou <tho...@wytron.com.tw>
> Cc: Wolfgang Denk <w...@denx.de>
> Cc: Marek Vasut <marek.vasut+rene...@gmail.com>
> Cc: Nobuhiro Iwamatsu <iwama...@nigauri.org>
> Cc: Simon Glass <s...@chromium.org>
> Cc: Bin Meng <bmeng...@gmail.com>
> Cc: Max Filippov <jcmvb...@gmail.com>
> Signed-off-by: Tom Rini <tr...@konsulko.com>
> ---
>  arch/m68k/config.mk       | 4 ----
>  arch/microblaze/config.mk | 4 ----
>  arch/nds32/config.mk      | 4 ----
>  arch/nios2/config.mk      | 4 ----
>  arch/powerpc/config.mk    | 4 ----
>  arch/sh/config.mk         | 4 ----
>  arch/x86/cpu/config.mk    | 2 --
>  arch/xtensa/config.mk     | 1 -
>  8 files changed, 27 deletions(-)

Reviewed-by: Simon Glass <s...@chromium.org>

Reply via email to