Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150878564
D49886.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
482 B
Referenced Files
None
Subscribers
None
D49886.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, Apr 5, 4:20 PM (6 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30895623
Default Alt Text
D49886.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