summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2016-01-11 23:35:02 +0000
committerBrooks Davis <brooks@FreeBSD.org>2016-01-11 23:35:02 +0000
commit1a7477e9a2d21b2ce55828b46c164b49d95dd260 (patch)
treef9abd6f34cbf872c09f18300053ee512751cffca /devel
parentUpdate tilda to 1.3.1 (diff)
Mark llvm 3.3, 3.4, and 3.5 ports as broken on arm64
Submitted by: andrew Differential Revision: https://reviews.freebsd.org/D4784
Notes
Notes: svn path=/head/; revision=405816
Diffstat (limited to 'devel')
-rw-r--r--devel/llvm33/Makefile4
-rw-r--r--devel/llvm34/Makefile4
-rw-r--r--devel/llvm35/Makefile4
3 files changed, 11 insertions, 1 deletions
diff --git a/devel/llvm33/Makefile b/devel/llvm33/Makefile
index 48c0979cac4d..8ff75bed26ae 100644
--- a/devel/llvm33/Makefile
+++ b/devel/llvm33/Makefile
@@ -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
diff --git a/devel/llvm34/Makefile b/devel/llvm34/Makefile
index c21e760ef1b2..d784c6ab9246 100644
--- a/devel/llvm34/Makefile
+++ b/devel/llvm34/Makefile
@@ -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
diff --git a/devel/llvm35/Makefile b/devel/llvm35/Makefile
index c5731e17ab81..df92a690e4b8 100644
--- a/devel/llvm35/Makefile
+++ b/devel/llvm35/Makefile
@@ -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