From 6db46a67852acba97930fd43a372607b138700de Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Thu, 2 May 2024 07:55:17 +0300 Subject: [PATCH] arch/Config.in: allow building a buildroot toolchain on SPARC With this patch series we again allow building a Buildroot toolchain for SPARC, because SPARC was fixed in uClibc-ng, so SPARC systems work fine now. Signed-off-by: Dmitry Chestnykh Signed-off-by: Thomas Petazzoni --- arch/Config.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/Config.in b/arch/Config.in index 9912f9fce6..e7349e83ae 100644 --- a/arch/Config.in +++ b/arch/Config.in @@ -216,11 +216,6 @@ config BR2_sh config BR2_sparc bool "SPARC" select BR2_USE_MMU - # uClibc-ng broken on sparc due to recent gcc changes - # that need to be reverted since gcc 8.4, 9.3 and 10.1. - # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98784 - # gcc <= 10.x has been removed from Buildroot. - select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT help SPARC (from Scalable Processor Architecture) is a RISC instruction set architecture (ISA) developed by Sun