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

Skip to content

Commit 40d6358

Browse files
committed
Added QNX remarks.
1 parent 76c5fe2 commit 40d6358

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@ SunOS: On SunOS 4.1.x, when using the SunPro C compiler, you may want
236236
NeXT: To build fat binaries, use the --with-next-archs switch
237237
described below.
238238

239+
QNX: Edit the top level Makefile to use the following compile options:
240+
OPT = -Ox -Q -U_M_IX86 -U__WATCOMC__
241+
Edit the Makefile in the Modules directory to read:
242+
LDFLAGS = -N 48k
243+
239244

240245
Configuring additional built-in modules
241246
---------------------------------------

0 commit comments

Comments
 (0)