From: Giulio Benetti Date: Wed, 26 Jun 2019 12:58:57 +0000 (+0200) Subject: package/boost: remove gcc bug 85180 dependency for boost-fiber option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb8a7baa5090a6a0dff96d9bb2210c4760223877;p=buildroot.git package/boost: remove gcc bug 85180 dependency for boost-fiber option BR2_TOOLCHAIN_HAS_GCC_BUG_85180 dependency is already satisfied because BR2_PACKAGE_BOOST_FIBER depends on BR2_PACKAGE_BOOST_CONTEXT_ARCH_SUPPORTS that doesn't contain BR2_microblaze and BR2_TOOLCHAIN_HAS_GCC_BUG_85180 depends right on BR2_microblaze. So let's remove 'depends on BR2_TOOLCHAIN_HAS_GCC_BUG_85180'. Signed-off-by: Giulio Benetti Signed-off-by: Thomas Petazzoni --- diff --git a/package/boost/Config.in b/package/boost/Config.in index 4e6bbff6df..392d7424fb 100644 --- a/package/boost/Config.in +++ b/package/boost/Config.in @@ -136,7 +136,6 @@ config BR2_PACKAGE_BOOST_FIBER # since mips32r2/mips64r2. depends on !BR2_MIPS_CPU_MIPS32 && !BR2_MIPS_CPU_MIPS64 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # boost-context - depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_85180 select BR2_PACKAGE_BOOST_CONTEXT select BR2_PACKAGE_BOOST_FILESYSTEM select BR2_PACKAGE_BOOST_SYSTEM @@ -147,9 +146,9 @@ comment "boost-fiber needs a toolchain w/ NPTL" depends on BR2_PACKAGE_BOOST_CONTEXT_ARCH_SUPPORTS depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL -comment "boost-fiber needs a toolchain not affected by GCC bug 64735, 85180" +comment "boost-fiber needs a toolchain not affected by GCC bug 64735" depends on BR2_PACKAGE_BOOST_CONTEXT_ARCH_SUPPORTS - depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735 || BR2_TOOLCHAIN_HAS_GCC_BUG_85180 + depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735 config BR2_PACKAGE_BOOST_FILESYSTEM bool "boost-filesystem"