Browse Source

Add missing x86_64 specific cpu unit dependency on sysutils

git-svn-id: trunk@21368 -
pierre 13 years ago
parent
commit
f6231e154f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      rtl/openbsd/Makefile.fpc

+ 4 - 0
rtl/openbsd/Makefile.fpc

@@ -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)