uclibc: reorder list of dependencies for NPTL option
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 27 Jul 2013 13:33:20 +0000 (15:33 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 27 Jul 2013 14:11:40 +0000 (16:11 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/uclibc/Config.in

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