[Buildroot] [git commit branch/next] arch/csky: enable internal toolchain support

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri May 31 21:00:42 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=6fe2fabdb87e114207f1cfb3ede32c137f3371f9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

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 <ren_guo at c-sky.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 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.


More information about the buildroot mailing list