aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-18 18:14:14 +0000
committerrsc <devnull@localhost>2005-01-18 18:14:14 +0000
commit668b32b76c29d2186958eefab81b0dac9258f836 (patch)
treed2359944f48b42abee7eab10d6b28e27f6075c02 /src
parent9a4f7bced2db86a1f8031ecb639018470df9c8d0 (diff)
downloadplan9port-668b32b76c29d2186958eefab81b0dac9258f836.tar.gz
plan9port-668b32b76c29d2186958eefab81b0dac9258f836.tar.bz2
plan9port-668b32b76c29d2186958eefab81b0dac9258f836.zip
explain nptl stuff
Diffstat (limited to 'src')
-rw-r--r--src/libthread/README.Linux3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libthread/README.Linux b/src/libthread/README.Linux
index cc193eeb..04c491a8 100644
--- a/src/libthread/README.Linux
+++ b/src/libthread/README.Linux
@@ -34,4 +34,7 @@ TLS (2.6+) you will be using TLS.
Apparently Gentoo and maybe other distributions do not follow this rule.
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.