Page MenuHomeFreeBSD

D54266.diff
No OneTemporary

D54266.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} < 190100)
_iwlwifi= iwlwifi
.endif
_rtw88= rtw88

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 5, 3:52 AM (18 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35991077
Default Alt Text
D54266.diff (546 B)

Event Timeline