Browse Source

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 1 ngày trước cách đây
mục cha
commit
e58b052072
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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"
                 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: