|
@@ -4,7 +4,8 @@ comment "gnuradio needs a toolchain w/ C++, NPTL, wchar, dynamic library"
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
|
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
|
|
|
|
|
|
-comment "gnuradio needs a toolchain not affected by GCC bug 64735"
|
|
|
+comment "gnuradio needs a toolchain not affected by GCC bug 43744 and 64735"
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_GCC_BUG_43744
|
|
|
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|
|
|
|
|
|
config BR2_PACKAGE_GNURADIO
|
|
@@ -15,6 +16,7 @@ config BR2_PACKAGE_GNURADIO
|
|
|
depends on BR2_USE_MMU # use fork()
|
|
|
depends on BR2_USE_WCHAR # boost
|
|
|
depends on BR2_TOOLCHAIN_SUPPORTS_ALWAYS_LOCKFREE_ATOMIC_INTS # boost-atomic, boost-filesystem
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_43744
|
|
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # boost-thread
|
|
|
select BR2_PACKAGE_BOOST
|
|
|
select BR2_PACKAGE_BOOST_ATOMIC
|