Commit dbee13b5 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

uclibc: reorder list of dependencies for NPTL option

parent 04f0d137
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -115,11 +115,11 @@ choice
	config BR2_PTHREADS_NATIVE
		bool "Native POSIX Threading (NPTL)"
		select BR2_TOOLCHAIN_HAS_THREADS
		depends on !BR2_x86_i386
		depends on !BR2_arc
		depends on !BR2_avr32
		depends on !BR2_bfin
		depends on !BR2_xtensa
		depends on !BR2_arc
		depends on !BR2_x86_i386
endchoice

config BR2_PTHREAD_DEBUG