mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
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)
This commit is contained in:
parent
f806c4fdee
commit
de4e011218
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346579
@ -139,9 +139,6 @@ SVN_REV!= svn info http://llvm.org/svn/llvm-project/ | ${GREP} Revision | cut -d
|
||||
.endif
|
||||
.endif
|
||||
|
||||
# NB: I don't re-test arches I don't use so this may be dated
|
||||
BROKEN_sparc64= YES
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
CONFIGURE_ARGS+= --enable-pic --with-pic
|
||||
.endif
|
||||
|
@ -135,12 +135,6 @@ PLIST_FILES+= ${MAN1SRCS:S|^|man/man1/|:S|.1$|${LLVM_SUFFIX}.1.gz|}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "arm"
|
||||
BROKEN= Does not compile on arm
|
||||
.elif ${ARCH} == "sparc64"
|
||||
BROKEN= does not compile on sparc64
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
CONFIGURE_ARGS+= --enable-pic --with-pic
|
||||
.endif
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user