]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added QNX remarks.
authorGuido van Rossum <guido@python.org>
Thu, 14 Aug 1997 19:45:30 +0000 (19:45 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 Aug 1997 19:45:30 +0000 (19:45 +0000)
README

diff --git a/README b/README
index 5f8a5c86f8e8be94caaa2741deef60e111814f31..001fefaf0dbcf1dd4fb2b6ad592482cf770a357e 100644 (file)
--- a/README
+++ b/README
@@ -236,6 +236,11 @@ SunOS:     On SunOS 4.1.x, when using the SunPro C compiler, you may want
 NeXT:   To build fat binaries, use the --with-next-archs switch
        described below.
 
+QNX:   Edit the top level Makefile to use the following compile options:
+       OPT = -Ox -Q -U_M_IX86 -U__WATCOMC__
+       Edit the Makefile in the Modules directory to read:
+       LDFLAGS = -N 48k
+
 
 Configuring additional built-in modules
 ---------------------------------------