]> Git Repo - u-boot.git/commit
Remove CROSS_COMPILE default from arch/*/config.mk
authorTom Rini <[email protected]>
Tue, 19 May 2020 14:32:33 +0000 (10:32 -0400)
committerTom Rini <[email protected]>
Wed, 1 Jul 2020 14:11:03 +0000 (10:11 -0400)
commitfaf002c0ab8bf013f891ec8ae09e3c0cc2bfcb6f
tree634bde30dd3eb9e6548f9e4bd25df059cd5af13a
parente2a4d24e6b1f3d30136e2dde7b6fbf35bd427b8a
Remove CROSS_COMPILE default from arch/*/config.mk

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 <[email protected]>
Cc: Angelo Dureghello <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Rick Chen <[email protected]>
Cc: Thomas Chou <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Bin Meng <[email protected]>
Cc: Max Filippov <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Acked-by: Michal Simek <[email protected]>
arch/m68k/config.mk
arch/microblaze/config.mk
arch/nds32/config.mk
arch/nios2/config.mk
arch/powerpc/config.mk
arch/sh/config.mk
arch/x86/cpu/config.mk
arch/xtensa/config.mk
This page took 0.039243 seconds and 4 git commands to generate.