Browse Source

Add x86_64 specific units

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

+ 3 - 0
rtl/openbsd/Makefile.fpc

@@ -76,6 +76,9 @@ ifdef RELEASE
 override FPCOPT+=-Ur
 override FPCOPT+=-Ur
 endif
 endif
 
 
+ifeq ($(ARCH),x86_64)
+CPU_UNITS=x86 ports cpu
+endif
 ifeq ($(ARCH),i386)
 ifeq ($(ARCH),i386)
 CPU_UNITS=x86 ports cpu mmx
 CPU_UNITS=x86 ports cpu mmx
 endif
 endif