Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151915750
D50766.id156786.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
517 B
Referenced Files
None
Subscribers
None
D50766.id156786.diff
View Options
diff --git a/lib/Makefile b/lib/Makefile
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -180,7 +180,8 @@
SUBDIR.${MK_STATS}+= libstats
# The libraries under libclang_rt can only be built by clang.
-.if ${COMPILER_TYPE} == "clang" && ${MK_CLANG} != "no"
+.if (${COMPILER_TYPE} == "clang" || make(clean) || make(cleandir)) && \
+ ${MK_CLANG} != "no"
_libclang_rt= libclang_rt
.elif (${MK_ASAN} != "no" || ${MK_UBSAN} != "no") && make(all)
.error Requested build with sanitizers but cannot build runtime libraries!
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 12, 12:34 PM (6 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31302442
Default Alt Text
D50766.id156786.diff (517 B)
Attached To
Mode
D50766: libclang_rt: Descend into libclang_rt to clean
Attached
Detach File
Event Timeline
Log In to Comment