From: Gustavo Zacarias Date: Sat, 20 Jul 2013 12:52:08 +0000 (-0300) Subject: uclibc/bfin: only supports linuxthreads.old X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04f0d1379c11a98dc43df4ab70a87c0651c75310;p=buildroot.git uclibc/bfin: only supports linuxthreads.old [Thomas: do not reorder options, as this is a separate change] Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- 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