[Buildroot] [git commit] arch/Config.in: disable internal toolchain backend for csky

Yann E. MORIN yann.morin.1998 at free.fr
Sun Oct 17 16:59:06 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=69147f0391efa5c2a62f6413a4f588383e774bfa
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

We are going to remove the gcc fork for csky, first disable
the internal toolchain backend.

Signed-off-by: Romain Naour <romain.naour at gmail.com>
Cc: Guo Ren <ren_guo at c-sky.com>
Cc: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Asked-by: Guo Ren <guoren at kernel.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 arch/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/Config.in b/arch/Config.in
index 1853e26bb4..ab40294ddc 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -77,6 +77,7 @@ config BR2_aarch64_be
 
 config BR2_csky
 	bool "csky"
+	select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT
 	select BR2_ARCH_HAS_MMU_MANDATORY
 	# Most variants are supported by gcc-9+, except one that is
 	# handled as a special exception in package/gcc/Config.in.host


More information about the buildroot mailing list