瀏覽代碼

* more libunits

git-svn-id: trunk@43494 -
florian 5 年之前
父節點
當前提交
f5d5e84649
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      rtl/linux/Makefile
  2. 1 1
      rtl/linux/Makefile.fpc

+ 1 - 1
rtl/linux/Makefile

@@ -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

+ 1 - 1
rtl/linux/Makefile.fpc

@@ -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]