Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151209326
D9487.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
601 B
Referenced Files
None
Subscribers
None
D9487.id.diff
View Options
Index: projects/clang400-import/share/mk/src.opts.mk
===================================================================
--- projects/clang400-import/share/mk/src.opts.mk
+++ projects/clang400-import/share/mk/src.opts.mk
@@ -325,6 +325,16 @@
MK_UNBOUND:= no
.endif
+.if ${MK_LLD} == "no"
+MK_LLD_IS_LD:= no
+.endif
+
+# LLD requires LLVM libraries, and we do not yet compare in-tree and host LLD
+# versions to avoid building it if they are identical.
+.if ${MK_LLD_IS_LD} != "no"
+MK_SYSTEM_COMPILER:= no
+.endif
+
.if ${MK_SOURCELESS} == "no"
MK_SOURCELESS_HOST:= no
MK_SOURCELESS_UCODE:= no
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 7, 8:45 PM (12 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31048962
Default Alt Text
D9487.id.diff (601 B)
Attached To
Mode
D9487: Disable LLD_IS_LD option combinations that fail
Attached
Detach File
Event Timeline
Log In to Comment