Page MenuHomeFreeBSD

tools/build: Provide fls* when cross-building on Linux
ClosedPublic

Authored by jrtc27 on Aug 11 2022, 12:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 5 2024, 4:01 AM
Unknown Object (File)
May 5 2024, 2:11 AM
Unknown Object (File)
Apr 26 2024, 9:42 AM
Unknown Object (File)
Apr 26 2024, 9:09 AM
Unknown Object (File)
Apr 26 2024, 9:09 AM
Unknown Object (File)
Apr 26 2024, 2:09 AM
Unknown Object (File)
Dec 23 2023, 1:30 AM
Unknown Object (File)
Dec 11 2023, 12:04 AM
Subscribers

Details

Summary

flsll is needed for makefs's new ZFS support, and the others are added
for completeness.

Fixes: 240afd8c1fcc ("makefs: Add ZFS support")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jrtc27 created this revision.
emaste added a subscriber: markj.

No objection

This revision is now accepted and ready to land.Aug 11 2022, 12:05 AM
arichardson added a subscriber: arichardson.

LGTM. We could also go for inline functions that call the __builtin functions but this is simpler.