diff options
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r-- | toolchain/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index 121ddb4fa4..2479a6587c 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -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 |