Commit 04f0d137 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

uclibc/bfin: only supports linuxthreads.old



[Thomas: do not reorder options, as this is a separate change]
Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 111ced75
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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