uclibc/bfin: only supports linuxthreads.old
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sat, 20 Jul 2013 12:52:08 +0000 (09:52 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 27 Jul 2013 14:11:40 +0000 (16:11 +0200)
[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>
package/uclibc/Config.in

index 90aae907ba23b37a9d5b7330785aee04b399796f..094ea113db4614806c476c5344e6292bd597cb97 100644 (file)
@@ -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