From faf002c0ab8bf013f891ec8ae09e3c0cc2bfcb6f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 19 May 2020 10:32:33 -0400 Subject: 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 Cc: Angelo Dureghello Cc: Michal Simek Cc: Rick Chen Cc: Thomas Chou Cc: Wolfgang Denk Cc: Marek Vasut Cc: Nobuhiro Iwamatsu Cc: Simon Glass Cc: Bin Meng Cc: Max Filippov Signed-off-by: Tom Rini Reviewed-by: Simon Glass Acked-by: Michal Simek --- arch/sh/config.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/sh') diff --git a/arch/sh/config.mk b/arch/sh/config.mk index 85dab383e7..78bb2660e1 100644 --- a/arch/sh/config.mk +++ b/arch/sh/config.mk @@ -3,10 +3,6 @@ # (C) Copyright 2000-2002 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -ifeq ($(CROSS_COMPILE),) -CROSS_COMPILE := sh4-linux- -endif - CONFIG_STANDALONE_LOAD_ADDR ?= 0x8C000000 ifeq ($(CPU),sh2) LDFLAGS_STANDALONE += -EB -- cgit