Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d98db6

Browse files
author
Skip Montanaro
committed
delete reference to defunct Misc/HPUX-NOTES. Adjust reference for BeOS
notes.
1 parent ead73b8 commit 2d98db6

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,7 @@ AIX: A complete overhaul of the shared library support is now in
344344
like "cc_r". For full C++ module support, set CC="xlC_r" (or
345345
CC="xlC" without thread support).
346346

347-
HP-UX: Please read the file Misc/HPUX-NOTES for shared libraries.
348-
When using threading, you may have to add -D_REENTRANT to the
347+
HP-UX: When using threading, you may have to add -D_REENTRANT to the
349348
OPT variable in the top-level Makefile; reported by Pat Knight,
350349
this seems to make a difference (at least for HP-UX 10.20)
351350
even though pyconfig.h defines it.
@@ -419,10 +418,10 @@ QNX: Chris Herborth ([email protected]) writes:
419418
little tight. To increase the stack size, edit the Makefile
420419
to read: LDFLAGS = -N 48k
421420

422-
BeOS: Chris Herborth ([email protected]) writes:
423-
See BeOS/README for notes about compiling/installing Python on
424-
BeOS R3 or later. Note that only the PowerPC platform is
425-
supported for R3; both PowerPC and x86 are supported for R4.
421+
BeOS: See Misc/BeOS-NOTES for notes about compiling/installing
422+
Python on BeOS R3 or later. Note that only the PowerPC
423+
platform is supported for R3; both PowerPC and x86 are
424+
supported for R4.
426425

427426
Cray T3E: Mark Hadfield ([email protected]) writes:
428427
Python can be built satisfactorily on a Cray T3E but based on

0 commit comments

Comments
 (0)