mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 19:26:09 +02:00
Add missing x86_64 specific cpu unit dependency on sysutils
git-svn-id: trunk@21368 -
This commit is contained in:
parent
1ca3b765ec
commit
f6231e154f
@ -250,7 +250,11 @@ macpas$(PPUEXT) : $(INC)/macpas.pp objpas$(PPUEXT) math$(PPUEXT)
|
||||
# Other system-independent RTL Units
|
||||
#
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
cpu$(PPUEXT) : $(PROCINC)/cpu.pp $(SYSTEMUNIT)$(PPUEXT) sysutils$(PPUEXT)
|
||||
else
|
||||
cpu$(PPUEXT) : $(PROCINC)/cpu.pp $(SYSTEMUNIT)$(PPUEXT)
|
||||
endif
|
||||
|
||||
mmx$(PPUEXT) : $(PROCINC)/mmx.pp cpu$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user