* more libunits

git-svn-id: trunk@43494 -
This commit is contained in:
florian 2019-11-16 14:04:46 +00:00
parent a969097a80
commit f5d5e84649
2 changed files with 2 additions and 2 deletions

View File

@ -2589,7 +2589,7 @@ endif
ifeq ($(FULL_TARGET),riscv64-embedded)
override COMPILER_TARGETDIR+=.
endif
override SHARED_LIBUNITS=$(SYSTEMUNIT) objpas strings dos unix baseunix unixtype unixutil sysutils typinfo math $(CPU_UNITS) getopts errors classes fgl sysconst rtlconsts types linux sortbase
override SHARED_LIBUNITS=$(SYSTEMUNIT) objpas strings dos unix baseunix unixtype unixutil sysutils typinfo math $(CPU_UNITS) getopts errors classes fgl sysconst syscall rtlconsts types linux sortbase
ifdef REQUIRE_UNITSDIR
override UNITSDIR+=$(REQUIRE_UNITSDIR)
endif

View File

@ -53,7 +53,7 @@ libunits=$(SYSTEMUNIT) objpas strings dos \
sysutils typinfo math \
$(CPU_UNITS) getopts \
errors \
classes fgl sysconst rtlconsts types \
classes fgl sysconst syscall rtlconsts types \
linux sortbase
[prerules]