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__)).
This commit is contained in:
parent
bfb623ad96
commit
6614e6d4bf
6
INSTALL
6
INSTALL
|
@ -458,8 +458,10 @@ XZ Utils Installation
|
||||||
win95 Use Windows 95 compatible threads. This
|
win95 Use Windows 95 compatible threads. This
|
||||||
is compatible with Windows XP and later
|
is compatible with Windows XP and later
|
||||||
too. This is the default for 32-bit x86
|
too. This is the default for 32-bit x86
|
||||||
Windows builds. The `win95' threading is
|
Windows builds. Unless the compiler
|
||||||
incompatible with --enable-small.
|
supports __attribute__((__constructor__)),
|
||||||
|
the `win95' threading is incompatible with
|
||||||
|
--enable-small.
|
||||||
|
|
||||||
vista Use Windows Vista compatible threads. The
|
vista Use Windows Vista compatible threads. The
|
||||||
resulting binaries won't run on Windows XP
|
resulting binaries won't run on Windows XP
|
||||||
|
|
Loading…
Reference in New Issue