]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Docs: Update INSTALL for --enable-threads method win95.
authorJia Tan <jiat0218@gmail.com>
Wed, 9 Aug 2023 12:55:36 +0000 (20:55 +0800)
committerJia Tan <jiat0218@gmail.com>
Mon, 14 Aug 2023 12:39:22 +0000 (20:39 +0800)
The Autotools build allows win95 threads and --enable-small together now
if the compiler supports __attribute__((__constructor__)).

INSTALL

diff --git a/INSTALL b/INSTALL
index 89742ab79c2f9baf37a460180e75704f286e0a87..787ee5fa5ed4823eb3045f63c37fedbe74e1ee84 100644 (file)
--- 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