|
@@ -1,6 +1,7 @@
|
|
config BR2_PACKAGE_DC3DD
|
|
config BR2_PACKAGE_DC3DD
|
|
bool "dc3dd"
|
|
bool "dc3dd"
|
|
depends on !BR2_RISCV_32
|
|
depends on !BR2_RISCV_32
|
|
|
|
+ depends on !BR2_arc
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
|
help
|
|
help
|
|
@@ -13,5 +14,6 @@ config BR2_PACKAGE_DC3DD
|
|
|
|
|
|
comment "dc3dd needs a glibc or uClibc toolchain w/ threads"
|
|
comment "dc3dd needs a glibc or uClibc toolchain w/ threads"
|
|
depends on !BR2_RISCV_32
|
|
depends on !BR2_RISCV_32
|
|
|
|
+ depends on !BR2_arc
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
BR2_TOOLCHAIN_USES_MUSL
|
|
BR2_TOOLCHAIN_USES_MUSL
|