mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 20:20:16 +02:00
m68k-human68k: fix installation of sysconts and heaptrc units
This commit is contained in:
parent
fbcd90f286
commit
919b556049
@ -7,8 +7,8 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=$(LOADERS)
|
||||
units=$(SYSTEMUNIT) fpextres $(UUCHARUNIT) $(OBJPASUNIT) $(MACPASUNIT) $(ISO7185UNIT) buildrtl $(CPALLUNIT)
|
||||
implicitunits=si_prc $(DOSUNIT) $(SYSUTILSUNIT) \
|
||||
units=$(SYSTEMUNIT) fpextres $(HEAPTRCUNIT) $(UUCHARUNIT) $(OBJPASUNIT) $(MACPASUNIT) $(ISO7185UNIT) buildrtl $(CPALLUNIT)
|
||||
implicitunits=si_prc $(DOSUNIT) $(SYSUTILSUNIT) $(SYSCONSTUNIT) \
|
||||
$(CTYPESUNIT) $(STRINGSUNIT) $(RTLCONSTSUNIT) $(MATHUNIT) $(TYPESUNIT) \
|
||||
$(TYPINFOUNIT) $(SORTBASEUNIT) $(FGLUNIT) $(CLASSESUNIT) $(CHARSETUNIT) $(CHARACTERUNIT) $(GETOPTSUNIT) $(FPWIDESTRINGUNIT) \
|
||||
$(CP_UNITS) $(UNICODEDATAUNIT) \
|
||||
|
Loading…
Reference in New Issue
Block a user