|
@@ -89,6 +89,10 @@ comment "boost-locale needs a toolchain w/ wchar"
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_LOG
|
|
config BR2_PACKAGE_BOOST_LOG
|
|
bool "boost-log"
|
|
bool "boost-log"
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
|
+
|
|
|
|
+comment "boost-log needs a toolchain w/ NPTL"
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
|
|
|
config BR2_PACKAGE_BOOST_MATH
|
|
config BR2_PACKAGE_BOOST_MATH
|
|
bool "boost-math"
|
|
bool "boost-math"
|