diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index c8a7497c9..b25946461 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -500,16 +500,7 @@ config UCLIBC_HAS_LINUXTHREADS bool "Linuxthreads" # linuxthreads need nanosleep() select UCLIBC_HAS_REALTIME - depends on !TARGET_arc && \ - !TARGET_arm && \ - !TARGET_i386 && \ - !TARGET_metag && \ - !TARGET_mips && \ - !TARGET_powerpc && \ - !TARGET_sparc && \ - !TARGET_x86_64 && \ - !TARGET_xtensa || \ - !ARCH_USE_MMU + depends on !TARGET_metag help If you want to compile uClibc with Linuxthreads support, then answer Y. |