Sfoglia il codice sorgente

uclibc: enable linuxthreads for xtensa

linuxthreads is the only threading option for noMMU xtensa, enable it.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Max Filippov 9 anni fa
parent
commit
8706e865d8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      package/uclibc/Config.in

+ 1 - 1
package/uclibc/Config.in

@@ -64,7 +64,7 @@ choice
 	config BR2_PTHREADS_OLD
 		bool "linuxthreads (stable/old)"
 		select BR2_TOOLCHAIN_HAS_THREADS
-		depends on BR2_m68k || BR2_arm || BR2_armeb
+		depends on BR2_m68k || BR2_arm || BR2_armeb || BR2_xtensa
 
 	config BR2_PTHREADS_NATIVE
 		bool "Native POSIX Threading (NPTL)"