mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:07:58 +02:00
Modify POSIXINC value and set SYSUTILSDIR to POSIXINC for qnx OS
This commit is contained in:
parent
0ad0833294
commit
18c8066528
@ -31,11 +31,12 @@ targetdir=.
|
||||
RTL=..
|
||||
INC=$(RTL)/inc
|
||||
PROCINC=$(RTL)/$(CPU_TARGET)
|
||||
POSIXINC=$(RTL)/posix
|
||||
POSIXINC=$(RTL)/qnx
|
||||
SYSCALLINC=$(RTL)/qnx/$(CPU_TARGET)
|
||||
|
||||
UNITPREFIX=rtl
|
||||
SYSTEMUNIT=system
|
||||
SYSUTILSDIR=$(POSIXINC)
|
||||
|
||||
# Use new feature from 1.0.5 version
|
||||
# that generates release PPU files
|
||||
|
Loading…
Reference in New Issue
Block a user