summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.powerpc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-04-03 11:05:44 +0000
committerEric Andersen <andersen@codepoet.org>2002-04-03 11:05:44 +0000
commit1a3a5605bf95b74665eb8c28cc834e2e6bb9db89 (patch)
tree18ec1f3c85a83ef8bfb7bd8ef307e104798751f3 /extra/Configs/Config.powerpc
parentbeca89d99a21e0fb1da16541d4206cfb3afbae82 (diff)
Since pthreads work on powerpc, at least mention the option.
Diffstat (limited to 'extra/Configs/Config.powerpc')
-rw-r--r--extra/Configs/Config.powerpc4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc
index 4e6280877..365da4f39 100644
--- a/extra/Configs/Config.powerpc
+++ b/extra/Configs/Config.powerpc
@@ -128,6 +128,10 @@ INCLUDE_RPC = false
# Protocol: IP version 6, enable this. This is off by default.
INCLUDE_IPV6 = false
+# 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=false
+
# If you want to support only Unix 98 PTYs enable this. Some older
# applications may need this disabled. For most current programs,
# you can generally leave this true.