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

Simon Glass sjg at chromium.org
Tue May 19 18:47:35 CEST 2020


On Tue, 19 May 2020 at 08:32, Tom Rini <trini at 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.wang at nxp.com>
> Cc: Angelo Dureghello <angelo at sysam.it>
> Cc: Michal Simek <monstr at monstr.eu>
> Cc: Rick Chen <rick at andestech.com>
> Cc: Thomas Chou <thomas at wytron.com.tw>
> Cc: Wolfgang Denk <wd at denx.de>
> Cc: Marek Vasut <marek.vasut+renesas at gmail.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Bin Meng <bmeng.cn at gmail.com>
> Cc: Max Filippov <jcmvbkbc at gmail.com>
> Signed-off-by: Tom Rini <trini at 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 <sjg at chromium.org>


More information about the U-Boot mailing list