From e58b052072a072618d7afbf986b87b0eb13bed1d Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 10 Aug 2025 14:48:17 +0200 Subject: [PATCH] support/scripts/gen-bootlin-toolchains: drop tweak for Microblaze bleeding-edge toolchains This issue has been fixed in the Bootlin toolchains thanks to the Microblaze "atomic fix" in GCC. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- 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: