diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-07-20 09:52:08 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-27 16:11:40 +0200 |
commit | 04f0d1379c11a98dc43df4ab70a87c0651c75310 (patch) | |
tree | 62ae6920d4a1cb3b3445393e77cb833a4cd3f8d3 | |
parent | 111ced757eece3172daad8a39d884aa274edba2b (diff) | |
download | buildroot-04f0d1379c11a98dc43df4ab70a87c0651c75310.tar.gz buildroot-04f0d1379c11a98dc43df4ab70a87c0651c75310.zip |
uclibc/bfin: only supports linuxthreads.old
[Thomas: do not reorder options, as this is a separate change]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-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 |