mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 07:09:29 +02:00
Also use installed ppudump for ppu testing in utils directory
git-svn-id: trunk@41076 -
This commit is contained in:
parent
3eca2b9c5e
commit
2657006f78
@ -2554,8 +2554,8 @@ ppulogs : $(PPULOGLIST)
|
||||
vpath %.ppu $(ALLPPUDIRS)
|
||||
vpath %.log-ppu $(ALLPPUDIRS)
|
||||
vpath %.rm-log-ppu $(ALLPPUDIRS)
|
||||
%.log-ppu : %.ppu ../compiler/utils/ppudump$(EXEEXT)
|
||||
..$(PATHSEP)compiler$(PATHSEP)utils$(PATHSEP)ppudump -VA -M $< > $@
|
||||
%.log-ppu : %.ppu
|
||||
ppudump -VA -M $< > $@
|
||||
%.rm-log-ppu : %.ppu ../compiler/utils/ppudump$(EXEEXT)
|
||||
-$(RMPROG) $<
|
||||
../compiler/utils/ppudump$(EXEEXT):
|
||||
|
@ -133,8 +133,9 @@ vpath %.ppu $(ALLPPUDIRS)
|
||||
vpath %.log-ppu $(ALLPPUDIRS)
|
||||
vpath %.rm-log-ppu $(ALLPPUDIRS)
|
||||
|
||||
%.log-ppu : %.ppu ../compiler/utils/ppudump$(EXEEXT)
|
||||
..$(PATHSEP)compiler$(PATHSEP)utils$(PATHSEP)ppudump -VA -M $< > $@
|
||||
# Do not try to recompile ppudump, as this does not work if trying to test cross-compiled units
|
||||
%.log-ppu : %.ppu
|
||||
ppudump -VA -M $< > $@
|
||||
|
||||
%.rm-log-ppu : %.ppu ../compiler/utils/ppudump$(EXEEXT)
|
||||
-$(RMPROG) $<
|
||||
|
Loading…
Reference in New Issue
Block a user