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)
Fri, Sep 11, 7:34 AM
Unknown Object (File)
Fri, Sep 11, 1:53 AM
Unknown Object (File)
Wed, Sep 9, 1:42 PM
Unknown Object (File)
Mon, Sep 7, 10:34 PM
Unknown Object (File)
Sun, Sep 6, 2:14 AM
Unknown Object (File)
Sat, Sep 5, 9:06 AM
Unknown Object (File)
Thu, Sep 3, 11:37 PM
Unknown Object (File)
Thu, Sep 3, 5:30 PM
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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46851
Build 43740: arc lint + arc unit

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.