소스 검색

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