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 <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni
2025-08-10 14:48:17 +02:00
committed by Peter Korsgaard
parent 50cac72f73
commit e58b052072

View File

@@ -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: