mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
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 <giulio.benetti@micronovasrl.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
862e47aec2
commit
eb8a7baa50
@ -136,7 +136,6 @@ config BR2_PACKAGE_BOOST_FIBER
|
|||||||
# since mips32r2/mips64r2.
|
# since mips32r2/mips64r2.
|
||||||
depends on !BR2_MIPS_CPU_MIPS32 && !BR2_MIPS_CPU_MIPS64
|
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_64735 # boost-context
|
||||||
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_85180
|
|
||||||
select BR2_PACKAGE_BOOST_CONTEXT
|
select BR2_PACKAGE_BOOST_CONTEXT
|
||||||
select BR2_PACKAGE_BOOST_FILESYSTEM
|
select BR2_PACKAGE_BOOST_FILESYSTEM
|
||||||
select BR2_PACKAGE_BOOST_SYSTEM
|
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_PACKAGE_BOOST_CONTEXT_ARCH_SUPPORTS
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
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_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
|
config BR2_PACKAGE_BOOST_FILESYSTEM
|
||||||
bool "boost-filesystem"
|
bool "boost-filesystem"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user