Browse Source

* Oldlinux now compiled

marco 22 years ago
parent
commit
3ac1ec7175
2 changed files with 2 additions and 2 deletions
  1. 1 1
      rtl/freebsd/Makefile
  2. 1 1
      rtl/freebsd/Makefile.fpc

+ 1 - 1
rtl/freebsd/Makefile

@@ -230,7 +230,7 @@ GRAPHDIR=$(INC)/graph
 ifndef USELIBGGI
 ifndef USELIBGGI
 USELIBGGI=NO
 USELIBGGI=NO
 endif
 endif
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas strings baseunix syscall unixutil $(LINUXUNIT) unix initc dos crt objects printer sysutils typinfo math varutils cpu mmx charset ucomplex getopts heaptrc lineinfo errors sockets gpm ipc terminfo video mouse keyboard console serial variants types systhrds sysctl
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas strings baseunix syscall unixutil $(LINUXUNIT) unix initc  dos crt objects printer sysutils typinfo math varutils cpu mmx charset ucomplex getopts heaptrc lineinfo errors sockets gpm ipc terminfo video mouse keyboard console serial variants types systhrds sysctl
 override TARGET_LOADERS+=prt0 cprt0
 override TARGET_LOADERS+=prt0 cprt0
 override TARGET_RSTS+=math varutils typinfo
 override TARGET_RSTS+=math varutils typinfo
 override INSTALL_FPCPACKAGE=y y
 override INSTALL_FPCPACKAGE=y y

+ 1 - 1
rtl/freebsd/Makefile.fpc

@@ -11,7 +11,7 @@ fpcpackage=y
 [target]
 [target]
 loaders=prt0 cprt0
 loaders=prt0 cprt0
 units=$(SYSTEMUNIT) objpas strings baseunix syscall unixutil \
 units=$(SYSTEMUNIT) objpas strings baseunix syscall unixutil \
-      $(LINUXUNIT) unix initc \
+      $(LINUXUNIT) unix initc  \
       dos crt objects printer \
       dos crt objects printer \
       sysutils typinfo math varutils \
       sysutils typinfo math varutils \
       cpu mmx charset ucomplex getopts heaptrc lineinfo \
       cpu mmx charset ucomplex getopts heaptrc lineinfo \