Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164809001
D54266.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
546 B
Referenced Files
None
Subscribers
None
D54266.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D54266: iwlwifi: Don't compile for clang before 19
Attached
Detach File
Event Timeline
Log In to Comment