aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2014-03-01 06:02:14 +0800
committerbrooks <brooks@FreeBSD.org>2014-03-01 06:02:14 +0800
commit668b00a8e3aa180d2c722b08ce402bc27b609eb5 (patch)
tree7f941d991413c9aa3bee849f17f217956c2ec982 /lang
parent3fde6701a380c4063c243b2e889de72fd7b87d9d (diff)
downloadfreebsd-ports-gnome-668b00a8e3aa180d2c722b08ce402bc27b609eb5.tar.gz
freebsd-ports-gnome-668b00a8e3aa180d2c722b08ce402bc27b609eb5.tar.zst
freebsd-ports-gnome-668b00a8e3aa180d2c722b08ce402bc27b609eb5.zip
Recent versions of clang should work find on sparc64 and arm so mark
them not broken. We'll patch if it turns out they have issues. Requested by: rdivacky (sparc64)
Diffstat (limited to 'lang')
-rw-r--r--lang/clang-devel/Makefile3
-rw-r--r--lang/clang34/Makefile4
2 files changed, 0 insertions, 7 deletions
diff --git a/lang/clang-devel/Makefile b/lang/clang-devel/Makefile
index d2ccb9085410..f21465508820 100644
--- a/lang/clang-devel/Makefile
+++ b/lang/clang-devel/Makefile
@@ -86,9 +86,6 @@ RELTYPE= Release
.include "${.CURDIR}/../../devel/llvm-devel/Makefile.svn_rev"
-# NB: I don't test arches I don't use so this may be out of date.
-BROKEN_sparc64= YES
-
.if ${PORT_OPTIONS:MASSERTS}
pre-fetch:
@if [ "`llvm-config${LLVM_SUFFIX} --build-mode`" != ${RELTYPE} ]; then \
diff --git a/lang/clang34/Makefile b/lang/clang34/Makefile
index 6e1607a2b6e2..8f5a37cb1b1d 100644
--- a/lang/clang34/Makefile
+++ b/lang/clang34/Makefile
@@ -85,10 +85,6 @@ RELTYPE= Release
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64
-.endif
-
.if ${PORT_OPTIONS:MASSERTS}
pre-fetch:
@if [ "`llvm-config${LLVM_SUFFIX} --build-mode`" != ${RELTYPE} ]; then \