From 04024a9d43710ae950a4dd6fae849e822193b3c4 Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 29 Jan 2001 11:28:48 +0000 Subject: [PATCH] * Added callspec for FreeBSD --- rtl/freebsd/Makefile | 4 +++- rtl/freebsd/Makefile.fpc | 9 ++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/rtl/freebsd/Makefile b/rtl/freebsd/Makefile index 5c58bf26a5..01a84795bd 100644 --- a/rtl/freebsd/Makefile +++ b/rtl/freebsd/Makefile @@ -202,7 +202,7 @@ endif # Targets override LOADEROBJECTS+=prt0 cprt0 -override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings unix initc dos crt objects printer sysutils typinfo math cpu mmx getopts heaptrc lineinfo errors sockets gpm ipc terminfo video mouse keyboard console serial +override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings unix initc dos crt objects printer sysutils typinfo math cpu mmx getopts heaptrc lineinfo errors sockets gpm ipc terminfo video mouse keyboard console serial callspec override RSTOBJECTS+=math # Clean @@ -1375,3 +1375,5 @@ errors$(PPUEXT) : $(UNIXINC)/errors.pp strings$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) ipc$(PPUEXT) : $(UNIXINC)/ipc.pp unix$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) terminfo$(PPUEXT) : terminfo.pp unix$(PPUEXT) + +callspec$(PPUEXT) : $(INC)/callspec.pp $(SYSTEMUNIT)$(PPUEXT) diff --git a/rtl/freebsd/Makefile.fpc b/rtl/freebsd/Makefile.fpc index c4ffbc43d7..4e4ddde12a 100644 --- a/rtl/freebsd/Makefile.fpc +++ b/rtl/freebsd/Makefile.fpc @@ -10,7 +10,8 @@ units=$(SYSTEMUNIT) objpas strings \ sysutils typinfo math \ cpu mmx getopts heaptrc lineinfo \ errors sockets gpm ipc terminfo \ - video mouse keyboard console serial + video mouse keyboard console serial \ + callspec rst=math @@ -37,8 +38,7 @@ libunits=$(SYSTEMUNIT) objpas strings \ dos crt objects printer \ sysutils typinfo math \ cpu mmx getopts heaptrc \ - errors sockets ipc - + errors sockets ipc [presettings] RTL=.. @@ -184,3 +184,6 @@ errors$(PPUEXT) : $(UNIXINC)/errors.pp strings$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) ipc$(PPUEXT) : $(UNIXINC)/ipc.pp unix$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) terminfo$(PPUEXT) : terminfo.pp unix$(PPUEXT) + +callspec$(PPUEXT) : $(INC)/callspec.pp $(SYSTEMUNIT)$(PPUEXT) +