From: Giulio Benetti Date: Tue, 21 May 2019 13:39:21 +0000 (+0200) Subject: toolchain: gcc bug 85180 is fixed in gcc >= 8.x X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a94dd1ce9c48a079bfa22c0af718a00a6b4ba237;p=buildroot.git toolchain: gcc bug 85180 is fixed in gcc >= 8.x Gcc bug 85180 (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85180) has been fixed on Gcc version >= 8.x, so this commit adjusts the BR2_TOOLCHAIN_HAS_GCC_BUG_85180 option to no longer be true when the gcc version is >= 8.x. Signed-off-by: Giulio Benetti Reviewed-by: Petr Vorel Signed-off-by: Thomas Petazzoni --- diff --git a/toolchain/Config.in b/toolchain/Config.in index 8c5a4fb88e..6421f6fcbb 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -129,6 +129,7 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_64735 config BR2_TOOLCHAIN_HAS_GCC_BUG_85180 bool default y if BR2_microblaze + depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_8 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85862 # An infinite loop exists in the find_base_term() logic of 6.x