|
@@ -203,9 +203,6 @@ comment "boost-locale needs a toolchain w/ dynamic library"
|
|
config BR2_PACKAGE_BOOST_LOG
|
|
config BR2_PACKAGE_BOOST_LOG
|
|
bool "boost-log"
|
|
bool "boost-log"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
- # for some reason, uClibc on PowerPC fails to build the boost
|
|
|
|
- # log module
|
|
|
|
- depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC)
|
|
|
|
select BR2_PACKAGE_BOOST_ATOMIC
|
|
select BR2_PACKAGE_BOOST_ATOMIC
|
|
select BR2_PACKAGE_BOOST_DATE_TIME
|
|
select BR2_PACKAGE_BOOST_DATE_TIME
|
|
select BR2_PACKAGE_BOOST_FILESYSTEM
|
|
select BR2_PACKAGE_BOOST_FILESYSTEM
|
|
@@ -217,7 +214,6 @@ config BR2_PACKAGE_BOOST_LOG
|
|
|
|
|
|
comment "boost-log needs a toolchain w/ NPTL"
|
|
comment "boost-log needs a toolchain w/ NPTL"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
- depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC)
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_MATH
|
|
config BR2_PACKAGE_BOOST_MATH
|
|
bool "boost-math"
|
|
bool "boost-math"
|