From: Dmitry Chestnykh <dm.chestnykh@gmail.com>
To: buildroot@buildroot.org
Cc: Dmitry Chestnykh <dm.chestnykh@gmail.com>
Subject: [Buildroot] [PATCH v2 2/3] arch/Config.in: Allow building buildroot toolchain.
Date: Thu, 2 May 2024 07:55:17 +0300 [thread overview]
Message-ID: <20240502045518.4875-2-dm.chestnykh@gmail.com> (raw)
In-Reply-To: <20240502045518.4875-1-dm.chestnykh@gmail.com>
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(-)
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
--
2.44.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-05-02 4:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-02 4:55 [Buildroot] [PATCH v2 1/3] package/uclibc: Bump to 1.0.48 Dmitry Chestnykh
2024-05-02 4:55 ` Dmitry Chestnykh [this message]
2024-05-06 20:39 ` [Buildroot] [PATCH v2 2/3] arch/Config.in: Allow building buildroot toolchain Thomas Petazzoni via buildroot
2024-05-02 4:55 ` [Buildroot] [PATCH v2 3/3] configs/qemu_sparc_ss10_defconfig: Re-introduce Dmitry Chestnykh
2024-05-06 20:40 ` Thomas Petazzoni via buildroot
2024-05-06 20:39 ` [Buildroot] [PATCH v2 1/3] package/uclibc: Bump to 1.0.48 Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240502045518.4875-2-dm.chestnykh@gmail.com \
--to=dm.chestnykh@gmail.com \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.