Page MenuHomeFreeBSD

D28532.diff
No OneTemporary

D28532.diff

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

Mime Type
text/plain
Expires
Thu, Mar 19, 7:27 PM (3 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29959561
Default Alt Text
D28532.diff (575 B)

Event Timeline