diff --git a/package/dc3dd/Config.in b/package/dc3dd/Config.in index 715451beb7..bd181b7065 100644 --- a/package/dc3dd/Config.in +++ b/package/dc3dd/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_DC3DD bool "dc3dd" depends on !BR2_RISCV_32 + depends on !BR2_arc depends on BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_TOOLCHAIN_USES_MUSL help @@ -13,5 +14,6 @@ config BR2_PACKAGE_DC3DD comment "dc3dd needs a glibc or uClibc toolchain w/ threads" depends on !BR2_RISCV_32 + depends on !BR2_arc depends on !BR2_TOOLCHAIN_HAS_THREADS || \ BR2_TOOLCHAIN_USES_MUSL