diff options
author | Guido van Rossum <guido@python.org> | 1997-08-14 19:45:30 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-14 19:45:30 (GMT) |
commit | 40d635848da8ad65ada236d015abf5e3c1365258 (patch) | |
tree | db9023b817dbc4b6efe4d67d014aa0bc04e55909 /README | |
parent | 76c5fe2d06f0a87eb6dc6103782721388da04438 (diff) | |
download | cpython-40d635848da8ad65ada236d015abf5e3c1365258.zip cpython-40d635848da8ad65ada236d015abf5e3c1365258.tar.gz cpython-40d635848da8ad65ada236d015abf5e3c1365258.tar.bz2 |
Added QNX remarks.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 --------------------------------------- |