explain nptl stuff

This commit is contained in:
rsc 2005-01-18 18:14:14 +00:00
parent 9a4f7bced2
commit 668b32b76c

View file

@ -34,4 +34,7 @@ TLS (2.6+) you will be using TLS.
Apparently Gentoo and maybe other distributions do not follow this rule. Apparently Gentoo and maybe other distributions do not follow this rule.
They use non-TLS libraries even on kernels that can support TLS. They use non-TLS libraries even on kernels that can support TLS.
To accomodate them, you can add a line SYSVERSION=2.4 to $PLAN9/config
to force the build to think you are running an old kernel.
The INSTALL script sets up this file automatically on Linux systems.