summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 5f8a5c8..001fefa 100644
--- 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
---------------------------------------