Page MenuHomeFreeBSD

tools/build: Always bootstrap (sys/)bitstring.h
ClosedPublic

Authored by brooks on Jan 4 2023, 11:38 PM.
Tags
None
Referenced Files
F172865160: D37951.id114762.diff
Mon, Sep 21, 4:54 PM
Unknown Object (File)
Sun, Sep 20, 2:45 PM
Unknown Object (File)
Fri, Sep 18, 10:35 PM
Unknown Object (File)
Fri, Sep 18, 10:25 PM
Unknown Object (File)
Fri, Sep 18, 7:05 PM
Unknown Object (File)
Fri, Sep 18, 4:52 PM
Unknown Object (File)
Wed, Sep 16, 4:52 AM
Unknown Object (File)
Mon, Sep 14, 1:17 PM
Subscribers

Details

Summary

Older, supported FreeBSD versions lack bit_ntest() so hoist the boostrap
installation out of the OS!=FreeBSD case and always install it. A more
precise criteria is possible, but would add little value.

This fixes bootstrapping makefs as a build tool on 13.1.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jan 9 2023, 5:09 PM

Should always be backwards-compatible so shouldn't be an issue to always have the newest version