Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144471324
D49886.1774828571.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
482 B
Referenced Files
None
Subscribers
None
D49886.1774828571.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -817,6 +817,7 @@
# TOOLS_PREFIX set in BMAKE
XMAKE= ${BMAKE} \
TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
+ MK_CLANG=${MK_CLANG_BOOTSTRAP} \
MK_LLDB=no \
MK_LLVM_BINUTILS=no \
MK_TESTS=no
@@ -2930,7 +2931,7 @@
.endif
.if ${MK_CLANG_BOOTSTRAP} != "no"
-_clang= usr.bin/clang
+_clang= usr.bin/clang/clang
.endif
.if ${MK_LLD_BOOTSTRAP} != "no"
_lld= usr.bin/clang/lld
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 29, 11:56 PM (1 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28226778
Default Alt Text
D49886.1774828571.diff (482 B)
Attached To
Mode
D49886: Fix build with WITH_CLANG_BOOTSTRAP and WITHOUT_CLANG
Attached
Detach File
Event Timeline
Log In to Comment