Ver Fonte

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>
Thomas Petazzoni há 1 dia atrás
pai
commit
e58b052072
1 ficheiros alterados com 0 adições e 5 exclusões
  1. 0 5
      support/scripts/gen-bootlin-toolchains

+ 0 - 5
support/scripts/gen-bootlin-toolchains

@@ -479,11 +479,6 @@ def get_toolchains():
                 variant = "bleeding-edge"
                 variant = "bleeding-edge"
                 version = parts[2][len("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
             tmp[(arch, libc, variant)] = version
 
 
         if len(tmp) == 0:
         if len(tmp) == 0: