Sfoglia il codice sorgente

Disable pthreads for sh64 for the time being (since it is not
currently supported)

Eric Andersen 22 anni fa
parent
commit
e5fdec4103
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      extra/Configs/Config.sh

+ 1 - 0
extra/Configs/Config.sh

@@ -58,6 +58,7 @@ config CONFIG_SH4
 
 config CONFIG_SH5
 	select UCLIBC_HAS_MMU
+	select HAS_NO_THREADS
 	select ARCH_HAS_NO_LDSO
 	bool "SH5"