|
@@ -4,6 +4,7 @@ config BR2_PACKAGE_I2PD
|
|
depends on BR2_TOOLCHAIN_HAS_ATOMIC
|
|
depends on BR2_TOOLCHAIN_HAS_ATOMIC
|
|
# pthread_condattr_setclock
|
|
# pthread_condattr_setclock
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
|
+ depends on BR2_TOOLCHAIN_SUPPORTS_ALWAYS_LOCKFREE_ATOMIC_INTS # boost-filesystem
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_USE_WCHAR # boost
|
|
depends on BR2_USE_WCHAR # boost
|
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
|
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
|
|
@@ -28,10 +29,12 @@ config BR2_PACKAGE_I2PD
|
|
comment "i2pd needs a toolchain w/ C++, NPTL, wchar"
|
|
comment "i2pd needs a toolchain w/ C++, NPTL, wchar"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_ATOMIC
|
|
depends on BR2_TOOLCHAIN_HAS_ATOMIC
|
|
|
|
+ depends on BR2_TOOLCHAIN_SUPPORTS_ALWAYS_LOCKFREE_ATOMIC_INTS
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_USE_WCHAR
|
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_USE_WCHAR
|
|
|
|
|
|
comment "i2pd needs exception_ptr"
|
|
comment "i2pd needs exception_ptr"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_ATOMIC
|
|
depends on BR2_TOOLCHAIN_HAS_ATOMIC
|
|
|
|
+ depends on BR2_TOOLCHAIN_SUPPORTS_ALWAYS_LOCKFREE_ATOMIC_INTS
|
|
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|
|
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|