diff options
-rw-r--r-- | package/uclibc/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in index 90aae907ba..094ea113db 100644 --- a/package/uclibc/Config.in +++ b/package/uclibc/Config.in @@ -104,6 +104,7 @@ choice config BR2_PTHREADS bool "linuxthreads" + depends on !BR2_bfin depends on !BR2_xtensa select BR2_TOOLCHAIN_HAS_THREADS @@ -116,6 +117,7 @@ choice select BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_x86_i386 depends on !BR2_avr32 + depends on !BR2_bfin depends on !BR2_xtensa depends on !BR2_arc endchoice |