瀏覽代碼

Build libpthread now that the CRIS as support for it!

Tobias Anderberg 22 年之前
父節點
當前提交
22b7b8e27e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      extra/Configs/Config.cris

+ 4 - 0
extra/Configs/Config.cris

@@ -135,6 +135,10 @@ INCLUDE_REGEX = true
 # disabled.  This is off by default.
 INCLUDE_RPC = true
 
+# If you want to include threads support, enable this.  The C library will
+# be compiled thread-safe, and the libpthread library will be built.
+INCLUDE_THREADS = true
+
 # If you want to include support for the next version of the Internet
 # Protocol: IP version 6, enable this.  This is off by default.
 INCLUDE_IPV6 = false