Page MenuHomeFreeBSD

D54266.id168249.diff
No OneTemporary

D54266.id168249.diff

diff --git a/sys/modules/Makefile b/sys/modules/Makefile
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -582,7 +582,9 @@
_gve= gve
_igc= igc
# gcc13 and earlier lack __builtin_bitcountg used by linux emulation
-.if !(${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} < 140000)
+# clang18 and earlier lack __builtin_popcountg used by linux emulation
+.if !(${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} < 140000) && \
+ !(${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} < 190000)
_iwlwifi= iwlwifi
.endif
_rtw88= rtw88

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 26, 1:13 AM (1 h, 30 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37260316
Default Alt Text
D54266.id168249.diff (546 B)

Event Timeline