|
@@ -30,6 +30,6 @@ comment "racehound needs an Linux kernel >= 3.14 to be built"
|
|
depends on BR2_i386 || BR2_x86_64
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
|
|
|
comment "racehound needs a uClibc or (e)glibc toolchain w/ C++, wchar, dynamic library"
|
|
comment "racehound needs a uClibc or (e)glibc toolchain w/ C++, wchar, dynamic library"
|
|
- depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || BR2_STATIC_LIBS
|
|
|
|
depends on BR2_i386 || BR2_x86_64
|
|
depends on BR2_i386 || BR2_x86_64
|
|
- depends on !BR2_TOOLCHAIN_USES_UCLIBC && !BR2_TOOLCHAIN_USES_GLIBC
|
|
|
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || BR2_STATIC_LIBS \
|
|
|
|
+ || !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC)
|