mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-23 19:36:02 +02:00
+ QNX and SunOS targets
This commit is contained in:
parent
f94967ca66
commit
b51a2dc4b5
@ -180,6 +180,12 @@ endif
|
|||||||
ifeq ($(OS_TARGET),netbsd)
|
ifeq ($(OS_TARGET),netbsd)
|
||||||
override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip asyncio bfd gdbm
|
override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip asyncio bfd gdbm
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(OS_TARGET),sunos)
|
||||||
|
override TARGET_DIRS+=paszlib regexpr
|
||||||
|
endif
|
||||||
|
ifeq ($(OS_TARGET),qnx)
|
||||||
|
override TARGET_DIRS+=paszlib regexpr
|
||||||
|
endif
|
||||||
override INSTALL_FPCPACKAGE=y
|
override INSTALL_FPCPACKAGE=y
|
||||||
ifdef REQUIRE_UNITSDIR
|
ifdef REQUIRE_UNITSDIR
|
||||||
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
||||||
@ -1034,6 +1040,14 @@ TARGET_DIRS_ASYNCIO=1
|
|||||||
TARGET_DIRS_BFD=1
|
TARGET_DIRS_BFD=1
|
||||||
TARGET_DIRS_GDBM=1
|
TARGET_DIRS_GDBM=1
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(OS_TARGET),sunos)
|
||||||
|
TARGET_DIRS_PASZLIB=1
|
||||||
|
TARGET_DIRS_REGEXPR=1
|
||||||
|
endif
|
||||||
|
ifeq ($(OS_TARGET),qnx)
|
||||||
|
TARGET_DIRS_PASZLIB=1
|
||||||
|
TARGET_DIRS_REGEXPR=1
|
||||||
|
endif
|
||||||
ifdef TARGET_DIRS_ZLIB
|
ifdef TARGET_DIRS_ZLIB
|
||||||
zlib_all:
|
zlib_all:
|
||||||
$(MAKE) -C zlib all
|
$(MAKE) -C zlib all
|
||||||
|
@ -16,6 +16,8 @@ dirs_netbsd=zlib ncurses x11 gtk syslog \
|
|||||||
opengl forms svgalib ggi libpng libgd \
|
opengl forms svgalib ggi libpng libgd \
|
||||||
utmp paszlib gdbint cmem regexpr unzip asyncio bfd gdbm
|
utmp paszlib gdbint cmem regexpr unzip asyncio bfd gdbm
|
||||||
dirs_beos=paszlib regexpr
|
dirs_beos=paszlib regexpr
|
||||||
|
dirs_qnx=paszlib regexpr
|
||||||
|
dirs_sunos=paszlib regexpr
|
||||||
dirs_os2=uncgi paszlib unzip regexpr
|
dirs_os2=uncgi paszlib unzip regexpr
|
||||||
dirs_freebsd=zlib ncurses x11 gtk syslog \
|
dirs_freebsd=zlib ncurses x11 gtk syslog \
|
||||||
inet uncgi \
|
inet uncgi \
|
||||||
|
Loading…
Reference in New Issue
Block a user