Fix spaces/tab issue

This commit is contained in:
Pierre Muller 2023-08-09 08:09:28 +02:00
parent e1651ccdab
commit 645e296345
3 changed files with 6 additions and 2 deletions

View File

@ -3218,7 +3218,7 @@ endif
endef
$(foreach unit,$(CPU_UNITS),$(eval $(call CPU_UNITS_RULE,$(unit))))
$(addsuffix $(PPUEXT),$(CPU_UNITS)):
$(COMPILER) -g $<
$(COMPILER) -g $<
intrinsics$(PPUEXT): $(PROCINC)/intrinsics.pp $(SYSTEMUNIT)$(PPUEXT)
$(COMPILER) $<
avrsim$(PPUEXT): $(ARCH)/avrsim.pp $(HEAPMGRUNIT)$(PPUEXT) $(CONSOLEIOUNIT)$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)

View File

@ -312,7 +312,7 @@ endef
$(foreach unit,$(CPU_UNITS),$(eval $(call CPU_UNITS_RULE,$(unit))))
$(addsuffix $(PPUEXT),$(CPU_UNITS)):
$(COMPILER) -g $<
$(COMPILER) -g $<
# AVR specific units

4
rtl/embedded/fpcmake.loc Normal file
View File

@ -0,0 +1,4 @@
list_all:
$(foreach v, \
$(.VARIABLES), \
$(info $(v) = $($(v))))