clang-tools-extra: don't build on powerpc
clang-tools-extra has no consumers anymore on powerpc, and takes 25 hours to build on the macppc bulk cluster. Don't waste time building it. OK rsadowski@ (maintainer)
This commit is contained in:
parent
1bef606716
commit
299ccf16c1
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2020/04/09 14:28:51 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2020/07/01 22:40:38 cwen Exp $
|
||||
|
||||
# XXX
|
||||
# This port is more or less a copy from devel/llvm and it tries to
|
||||
@ -8,7 +8,8 @@
|
||||
# Please keep patches in sync with devel/llvm and just remove the lld and lldb
|
||||
# patches: rm patches/patch-*lld*
|
||||
|
||||
ONLY_FOR_ARCHS = ${LLVM_ARCHS}
|
||||
ONLY_FOR_ARCHS = ${LLVM_ARCHS}
|
||||
BROKEN-powerpc = no consumers on powerpc, save 25 build hours in bulks
|
||||
|
||||
COMMENT= Clang extra tools
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user