]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - toolchain/Config.in
toolchain: GCC bug 85862
[coffee/buildroot.git] / toolchain / Config.in
index 121ddb4fa49a0ecc6c50ded5869884a6fd164a19..2479a6587cb822689d7212790d05e8032da59668 100644 (file)
@@ -84,6 +84,14 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_64735
        default y if BR2_m68k_cf5208
        depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_7
 
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85862
+# An infinite loop exists in the find_base_term() logic of 6.x
+# on microblaze.  http://autobuild.buildroot.net/results/158e8ebb39713e1b436a5cc1a1916f46c30694df/
+config BR2_TOOLCHAIN_HAS_GCC_BUG_85862
+       bool
+       default y if BR2_microblaze
+       depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_7
+
 config BR2_TOOLCHAIN_HAS_NATIVE_RPC
        bool