|
@@ -790,9 +790,7 @@ PROFILEUNIT=profile
|
|
|
RASPI2UNIT=raspi2
|
|
|
RASPI3UNIT=raspi3
|
|
|
RASPIUARTUNIT=raspiuart
|
|
|
-ifeq ($(RTLCONSTSUNIT),)
|
|
|
- RTLCONSTSUNIT=rtlconsts
|
|
|
-endif
|
|
|
+RTLCONSTSUNIT=rtlconsts
|
|
|
SAM3X8EUNIT=sam3x8e
|
|
|
SAMD51P19AUNIT=samd51p19a
|
|
|
SC32442BUNIT=sc32442b
|
|
@@ -880,7 +878,9 @@ COMMON=$(RTL)/common
|
|
|
PROCINC=$(RTL)/$(CPU_TARGET)
|
|
|
UNITPREFIX=rtl
|
|
|
SYSTEMUNIT=system
|
|
|
+ifndef FPC_DOTTEDUNITS
|
|
|
RTLCONSTSUNIT=rtlconst
|
|
|
+endif
|
|
|
DOS_DEPS_OS=$(STRINGSUNIT)$(PPUEXT)
|
|
|
SYSUTILS_DEPS_OS=$(DOSUNIT)$(PPUEXT)
|
|
|
override FPCOPT+=-Ur
|