diff mbox series

[v2,2/3] arch/Config.in: Allow building buildroot toolchain.

Message ID 20240502045518.4875-2-dm.chestnykh@gmail.com
State Accepted
Headers show
Series [v2,1/3] package/uclibc: Bump to 1.0.48. | expand

Commit Message

Dmitry Chestnykh May 2, 2024, 4:55 a.m. UTC
With this patch series we allow it again because SPARC
was fixed in uClibc-ng so SPARC systems works fine now.

Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>
---
v1 -> v2:
- Split the patch into two parts:
this part allows building buildroot toolchain
for SPARC.
---
 arch/Config.in | 5 -----
 1 file changed, 5 deletions(-)

Comments

Thomas Petazzoni May 6, 2024, 8:39 p.m. UTC | #1
On Thu,  2 May 2024 07:55:17 +0300
Dmitry Chestnykh <dm.chestnykh@gmail.com> wrote:

> With this patch series we allow it again because SPARC
> was fixed in uClibc-ng so SPARC systems works fine now.
> 
> Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>
> ---
> v1 -> v2:
> - Split the patch into two parts:
> this part allows building buildroot toolchain
> for SPARC.
> ---
>  arch/Config.in | 5 -----
>  1 file changed, 5 deletions(-)

Applied to master, with minor commit title/log fixups, thanks a lot!

Thomas
diff mbox series

Patch

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