Mark llvm 3.3, 3.4, and 3.5 ports as broken on arm64

Submitted by:	andrew
Differential Revision:	https://reviews.freebsd.org/D4784
This commit is contained in:
Brooks Davis 2016-01-11 23:35:02 +00:00
parent bae089321d
commit 1a7477e9a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405816
3 changed files with 11 additions and 1 deletions

View File

@ -137,7 +137,9 @@ NOT_FOR_ARCH= ia64
.include <bsd.port.pre.mk>
.if ${ARCH} == "arm"
.if ${ARCH} == "aarch64"
BROKEN= Does not compile on aarch64
.elif ${ARCH} == "arm"
BROKEN= Does not compile on arm
.elif ${ARCH} == "sparc64"
BROKEN= does not compile on sparc64

View File

@ -142,6 +142,10 @@ NOT_FOR_ARCH= ia64
.include <bsd.port.pre.mk>
.if ${ARCH} == "aarch64"
BROKEN= Does not compile on aarch64
.endif
.if ${ARCH} == "amd64"
CONFIGURE_ARGS+= --enable-pic --with-pic
.endif

View File

@ -142,6 +142,10 @@ NOT_FOR_ARCH= ia64
BROKEN= CMake support only works with clang
.endif
.if ${ARCH} == "aarch64"
BROKEN= Does not compile on aarch64
.endif
.if ${ARCH} == "amd64"
CONFIGURE_ARGS+= --enable-pic --with-pic
.endif