Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144324357
D28532.id83641.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
575 B
Referenced Files
None
Subscribers
None
D28532.id83641.diff
View Options
diff --git a/lib/Makefile b/lib/Makefile
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -175,7 +175,7 @@
# The libraries under libclang_rt can only be built by clang, and only make
# sense to build when clang is enabled at all. Furthermore, they can only be
# built for certain architectures.
-.if ${MK_CLANG} != "no" && ${COMPILER_TYPE} == "clang" && \
+.if ${COMPILER_TYPE} == "clang" && \
(${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "i386" || \
${MACHINE_CPUARCH} == "powerpc")
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 8:40 PM (19 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28495936
Default Alt Text
D28532.id83641.diff (575 B)
Attached To
Mode
D28532: Always build the sanitizer runtimes when compiling with clang
Attached
Detach File
Event Timeline
Log In to Comment