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: