浏览代码

Add x86_64 specific units

git-svn-id: trunk@21366 -
pierre 13 年之前
父节点
当前提交
d99aeffbe4
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      rtl/openbsd/Makefile.fpc

+ 3 - 0
rtl/openbsd/Makefile.fpc

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