From dbee13b527d342ecb3cdd86d093ed40f1f03995d Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 27 Jul 2013 15:33:20 +0200 Subject: [PATCH] uclibc: reorder list of dependencies for NPTL option Signed-off-by: Thomas Petazzoni --- package/uclibc/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in index 094ea113db..17176f69e9 100644 --- a/package/uclibc/Config.in +++ b/package/uclibc/Config.in @@ -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 -- 2.30.2