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/microblaze/config.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/microblaze') diff --git a/arch/microblaze/config.mk b/arch/microblaze/config.mk index 3c5866a295..96c39b1278 100644 --- a/arch/microblaze/config.mk +++ b/arch/microblaze/config.mk @@ -6,10 +6,6 @@ # (C) Copyright 2004 Atmark Techno, Inc. # Yasushi SHOJI -ifeq ($(CROSS_COMPILE),) -CROSS_COMPILE := mb- -endif - CONFIG_STANDALONE_LOAD_ADDR ?= 0x80F00000 PLATFORM_CPPFLAGS += -ffixed-r31 -D__microblaze__ -- cgit v1.2.3