Page MenuHomeFreeBSD

D14245.1777049811.diff
No OneTemporary

Size
543 B
Referenced Files
None
Subscribers
None

D14245.1777049811.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
Fri, Apr 24, 4:56 PM (14 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28419269
Default Alt Text
D14245.1777049811.diff (543 B)

Event Timeline