From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: buildroot@buildroot.org
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH 2/3] support/scripts/gen-bootlin-toolchains: drop tweak for Microblaze bleeding-edge toolchains
Date: Sun, 10 Aug 2025 14:48:17 +0200 [thread overview]
Message-ID: <20250810124820.2116495-2-thomas.petazzoni@bootlin.com> (raw)
In-Reply-To: <20250810124820.2116495-1-thomas.petazzoni@bootlin.com>
This issue has been fixed in the Bootlin toolchains thanks to the
Microblaze "atomic fix" in GCC.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
support/scripts/gen-bootlin-toolchains | 5 -----
1 file changed, 5 deletions(-)
diff --git a/support/scripts/gen-bootlin-toolchains b/support/scripts/gen-bootlin-toolchains
index 502411d4cc..42e1c995f5 100755
--- a/support/scripts/gen-bootlin-toolchains
+++ b/support/scripts/gen-bootlin-toolchains
@@ -479,11 +479,6 @@ def get_toolchains():
variant = "bleeding-edge"
version = parts[2][len("bleeding-edge-"):]
- # GCC 14.x on Microblaze is very broken, see
- # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118280
- if arch in ["microblazeel", "microblazebe"] and variant == "bleeding-edge":
- continue
-
tmp[(arch, libc, variant)] = version
if len(tmp) == 0:
--
2.50.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2025-08-10 12:48 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-10 12:48 [Buildroot] [PATCH 1/3] package/gcc: 2024.12 ARC gcc is in fact based on GCC 14.x Thomas Petazzoni via buildroot
2025-08-10 12:48 ` Thomas Petazzoni via buildroot [this message]
2025-08-10 14:11 ` [Buildroot] [PATCH 2/3] support/scripts/gen-bootlin-toolchains: drop tweak for Microblaze bleeding-edge toolchains Romain Naour via buildroot
2025-08-10 15:52 ` Thomas Petazzoni via buildroot
2025-08-10 18:40 ` Peter Korsgaard
2025-08-10 19:08 ` Romain Naour via buildroot
2025-08-10 19:57 ` Peter Korsgaard
2025-08-10 20:16 ` Thomas Petazzoni via buildroot
2025-08-10 20:40 ` Romain Naour via buildroot
2025-08-10 19:59 ` Peter Korsgaard
2025-08-10 12:48 ` [Buildroot] [PATCH 3/3] toolchain/toolchain-external/toolchain-external-bootlin: update to Bootlin toolchains 2025.08-1 Thomas Petazzoni via buildroot
2025-08-10 20:04 ` Peter Korsgaard
2025-08-10 14:05 ` [Buildroot] [PATCH 1/3] package/gcc: 2024.12 ARC gcc is in fact based on GCC 14.x Romain Naour 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=20250810124820.2116495-2-thomas.petazzoni@bootlin.com \
--to=buildroot@buildroot.org \
--cc=thomas.petazzoni@bootlin.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox