mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Document that _REENTRANT is not needed explicitly.
This commit is contained in:
parent
859eb62108
commit
1c24f9c8b7
1 changed files with 11 additions and 7 deletions
18
README
18
README
|
@ -414,16 +414,20 @@ send in the patch. (Don't bother patching the configure script itself
|
|||
Compiler switches for threads
|
||||
.............................
|
||||
|
||||
OS/Compiler/threads Switches for use with threads
|
||||
(POSIX is draft 10, DCE is draft 4) (1) compile only (2) compile & link
|
||||
The definition of _REENTRANT should be configured automatically, if
|
||||
that does not work on your system, or if _REENTRANT is defined
|
||||
incorrectly, please report that as a bug.
|
||||
|
||||
SunOS 5.{1-5}/{gcc,SunPro cc}/solaris (1) -D_REENTRANT (2) -mt
|
||||
SunOS 5.5/{gcc,SunPro cc}/POSIX (1) -D_REENTRANT
|
||||
DEC OSF/1 3.x/cc/DCE (1) -D_REENTRANT (2) -threads
|
||||
OS/Compiler/threads Switches for use with threads
|
||||
(POSIX is draft 10, DCE is draft 4) compile & link
|
||||
|
||||
SunOS 5.{1-5}/{gcc,SunPro cc}/solaris -mt
|
||||
SunOS 5.5/{gcc,SunPro cc}/POSIX (nothing)
|
||||
DEC OSF/1 3.x/cc/DCE -threads
|
||||
(butenhof@zko.dec.com)
|
||||
Digital UNIX 4.x/cc/DCE (1) -D_REENTRANT (2) -threads
|
||||
Digital UNIX 4.x/cc/DCE -threads
|
||||
(butenhof@zko.dec.com)
|
||||
Digital UNIX 4.x/cc/POSIX (1) -D_REENTRANT (2) -pthread
|
||||
Digital UNIX 4.x/cc/POSIX -pthread
|
||||
(butenhof@zko.dec.com)
|
||||
AIX 4.1.4/cc_r/d7 (nothing)
|
||||
(buhrt@iquest.net)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue