mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 15:39:29 +02:00
Fix spaces/tab issue
This commit is contained in:
parent
e1651ccdab
commit
645e296345
@ -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)
|
||||
|
@ -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
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