Page MenuHomeFreeBSD

D54266.1789644822.diff
No OneTemporary

Size
546 B
Referenced Files
None
Subscribers
None

D54266.1789644822.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
Thu, Sep 17, 11:33 AM (4 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29728212
Default Alt Text
D54266.1789644822.diff (546 B)

Event Timeline