aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-08-09 20:55:36 +0800
committerJia Tan <jiat0218@gmail.com>2023-10-26 06:22:24 +0800
commit6614e6d4bf8e2b5af6eb73930148e0ffc8d2265a (patch)
treea91484ec597f68572f67009a68603cc2c4f5bebc
parentCMake: Conditionally allow win95 threads and --enable-small. (diff)
downloadxz-6614e6d4bf8e2b5af6eb73930148e0ffc8d2265a.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__)).
-rw-r--r--INSTALL6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index b2b3c8e8..7ef2cb46 100644
--- a/INSTALL
+++ b/INSTALL
@@ -458,8 +458,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