From 04f0d1379c11a98dc43df4ab70a87c0651c75310 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Sat, 20 Jul 2013 09:52:08 -0300 Subject: [PATCH] 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 --- package/uclibc/Config.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2