From 6fe2fabdb87e114207f1cfb3ede32c137f3371f9 Mon Sep 17 00:00:00 2001 From: Guo Ren Date: Fri, 31 May 2019 14:39:08 +0800 Subject: [PATCH] arch/csky: enable internal toolchain support Now that we have support for C-SKY in gcc, binutils and glibc, we can use Buildroot to build a C-SKY toolchain. Signed-off-by: Guo Ren Signed-off-by: Thomas Petazzoni --- arch/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/Config.in b/arch/Config.in index d82803c828..db1199c6a2 100644 --- a/arch/Config.in +++ b/arch/Config.in @@ -77,7 +77,6 @@ config BR2_aarch64_be config BR2_csky bool "csky" - select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT select BR2_ARCH_HAS_MMU_MANDATORY help csky is processor IP from china. -- 2.30.2