瀏覽代碼

linuxthreads: allow to choose on all supported architectures

To analyze or debug any linuxthreads problems it is useful to
have the ability to have a full gdb on the target available.
At the moment you could only debug stuff on microblaze.
Now we can verify that linuxthreads are working fine for
every supported architecture.
Waldemar Brodkorb 7 年之前
父節點
當前提交
6630ac9652
共有 1 個文件被更改,包括 1 次插入10 次删除
  1. 1 10
      extra/Configs/Config.in

+ 1 - 10
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.