summaryrefslogtreecommitdiff
path: root/arch/nios2
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2020-05-19 10:32:33 -0400
committerTom Rini <[email protected]>2020-07-01 10:11:03 -0400
commitfaf002c0ab8bf013f891ec8ae09e3c0cc2bfcb6f (patch)
tree634bde30dd3eb9e6548f9e4bd25df059cd5af13a /arch/nios2
parente2a4d24e6b1f3d30136e2dde7b6fbf35bd427b8a (diff)
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]>
Diffstat (limited to 'arch/nios2')
-rw-r--r--arch/nios2/config.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/nios2/config.mk b/arch/nios2/config.mk
index c63d170eaee..44260b1431c 100644
--- a/arch/nios2/config.mk
+++ b/arch/nios2/config.mk
@@ -4,10 +4,6 @@
# Psyent Corporation <www.psyent.com>
# Scott McNutt <[email protected]>
-ifeq ($(CROSS_COMPILE),)
-CROSS_COMPILE := nios2-elf-
-endif
-
CONFIG_STANDALONE_LOAD_ADDR ?= 0x02000000
PLATFORM_CPPFLAGS += -D__NIOS2__