summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2016-01-11 23:35:02 +0000
committerbrooks <brooks@FreeBSD.org>2016-01-11 23:35:02 +0000
commit67821d182760cbb6442f54def1ce2d15c8462a68 (patch)
treef9abd6f34cbf872c09f18300053ee512751cffca
parent89929d6de960dab684bdc1c60c75905ee50da1ba (diff)
downloadFreeBSD-ports-67821d182760cbb6442f54def1ce2d15c8462a68.zip
FreeBSD-ports-67821d182760cbb6442f54def1ce2d15c8462a68.tar.gz
Mark llvm 3.3, 3.4, and 3.5 ports as broken on arm64
Submitted by: andrew Differential Revision: https://reviews.freebsd.org/D4784
-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 48c0979..8ff75be 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 c21e760..d784c6a 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 c5731e1..df92a69 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
OpenPOWER on IntegriCloud