diff options
author | brooks <brooks@FreeBSD.org> | 2014-03-01 06:02:14 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2014-03-01 06:02:14 +0800 |
commit | 668b00a8e3aa180d2c722b08ce402bc27b609eb5 (patch) | |
tree | 7f941d991413c9aa3bee849f17f217956c2ec982 /lang/clang34 | |
parent | 3fde6701a380c4063c243b2e889de72fd7b87d9d (diff) | |
download | freebsd-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/clang34')
-rw-r--r-- | lang/clang34/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 \ |