|
@@ -10,5 +10,4 @@ config BR2_PACKAGE_IBRCOMMON
|
|
http://trac.ibr.cs.tu-bs.de/project-cm-2012-ibrdtn
|
|
http://trac.ibr.cs.tu-bs.de/project-cm-2012-ibrdtn
|
|
|
|
|
|
comment "ibrcommon needs a toolchain w/ C++, threads"
|
|
comment "ibrcommon needs a toolchain w/ C++, threads"
|
|
- depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
- depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|