aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-08-09 20:55:36 +0800
committerJia Tan <jiat0218@gmail.com>2023-08-14 20:39:22 +0800
commit2b871f4dbffe3801d0da3f89806b5935f758d5f3 (patch)
tree71a84d6be1f80df5e86af7efbe9cbdacd001199f /INSTALL
parentCMake: Conditionally allow win95 threads and --enable-small. (diff)
downloadxz-2b871f4dbffe3801d0da3f89806b5935f758d5f3.tar.xz
Docs: Update INSTALL for --enable-threads method win95.
The Autotools build allows win95 threads and --enable-small together now if the compiler supports __attribute__((__constructor__)).
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 89742ab7..787ee5fa 100644
--- a/INSTALL
+++ b/INSTALL
@@ -466,8 +466,10 @@ XZ Utils Installation
win95 Use Windows 95 compatible threads. This
is compatible with Windows XP and later
too. This is the default for 32-bit x86
- Windows builds. The `win95' threading is
- incompatible with --enable-small.
+ Windows builds. Unless the compiler
+ supports __attribute__((__constructor__)),
+ the `win95' threading is incompatible with
+ --enable-small.
vista Use Windows Vista compatible threads. The
resulting binaries won't run on Windows XP