mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 03:19:29 +02:00
Fix spaces/tab issue
This commit is contained in:
parent
e1651ccdab
commit
645e296345
@ -3218,7 +3218,7 @@ endif
|
|||||||
endef
|
endef
|
||||||
$(foreach unit,$(CPU_UNITS),$(eval $(call CPU_UNITS_RULE,$(unit))))
|
$(foreach unit,$(CPU_UNITS),$(eval $(call CPU_UNITS_RULE,$(unit))))
|
||||||
$(addsuffix $(PPUEXT),$(CPU_UNITS)):
|
$(addsuffix $(PPUEXT),$(CPU_UNITS)):
|
||||||
$(COMPILER) -g $<
|
$(COMPILER) -g $<
|
||||||
intrinsics$(PPUEXT): $(PROCINC)/intrinsics.pp $(SYSTEMUNIT)$(PPUEXT)
|
intrinsics$(PPUEXT): $(PROCINC)/intrinsics.pp $(SYSTEMUNIT)$(PPUEXT)
|
||||||
$(COMPILER) $<
|
$(COMPILER) $<
|
||||||
avrsim$(PPUEXT): $(ARCH)/avrsim.pp $(HEAPMGRUNIT)$(PPUEXT) $(CONSOLEIOUNIT)$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
|
avrsim$(PPUEXT): $(ARCH)/avrsim.pp $(HEAPMGRUNIT)$(PPUEXT) $(CONSOLEIOUNIT)$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
|
||||||
|
@ -312,7 +312,7 @@ endef
|
|||||||
$(foreach unit,$(CPU_UNITS),$(eval $(call CPU_UNITS_RULE,$(unit))))
|
$(foreach unit,$(CPU_UNITS),$(eval $(call CPU_UNITS_RULE,$(unit))))
|
||||||
|
|
||||||
$(addsuffix $(PPUEXT),$(CPU_UNITS)):
|
$(addsuffix $(PPUEXT),$(CPU_UNITS)):
|
||||||
$(COMPILER) -g $<
|
$(COMPILER) -g $<
|
||||||
|
|
||||||
|
|
||||||
# AVR specific units
|
# AVR specific units
|
||||||
|
4
rtl/embedded/fpcmake.loc
Normal file
4
rtl/embedded/fpcmake.loc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
list_all:
|
||||||
|
$(foreach v, \
|
||||||
|
$(.VARIABLES), \
|
||||||
|
$(info $(v) = $($(v))))
|
Loading…
Reference in New Issue
Block a user