diff options
author | Tobias Anderberg <tobias.anderberg@axis.com> | 2002-09-20 15:19:28 +0000 |
---|---|---|
committer | Tobias Anderberg <tobias.anderberg@axis.com> | 2002-09-20 15:19:28 +0000 |
commit | 22b7b8e27e85c2bf5a2fdabee36417e9cb61fc7b (patch) | |
tree | 925bc8c39309877ee12bac644020c27971440f19 /extra/Configs | |
parent | cb9136d9843e3756ebc79f91a3a522ed4ca73eda (diff) |
Build libpthread now that the CRIS as support for it!
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.cris | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/Configs/Config.cris b/extra/Configs/Config.cris index 7fa80c494..879b32e2c 100644 --- a/extra/Configs/Config.cris +++ b/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 |