Page MenuHomeFreeBSD

D14245.diff
No OneTemporary

D14245.diff

Index: head/share/mk/src.opts.mk
===================================================================
--- head/share/mk/src.opts.mk
+++ head/share/mk/src.opts.mk
@@ -365,6 +365,14 @@
__DEFAULT_NO_OPTIONS+=OPENMP
.endif
+.if ${.MAKE.OS} != "FreeBSD"
+# Building the target compiler requires building tablegen on the host
+# which is (currently) not possible on non-FreeBSD.
+BROKEN_OPTIONS+=CLANG LLD LLDB
+# The same also applies to the bootstrap LLVM.
+BROKEN_OPTIONS+=CLANG_BOOTSTRAP LLD_BOOTSTRAP
+.endif
+
.include <bsd.mkopt.mk>
#

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 2, 4:15 PM (1 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13366359
Default Alt Text
D14245.diff (543 B)

Event Timeline