Page MenuHomeFreeBSD

config: drop dependency on libnv
ClosedPublic

Authored by kevans on Jan 30 2023, 3:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 18, 12:39 PM
Unknown Object (File)
Mon, Mar 17, 4:24 PM
Unknown Object (File)
Mon, Mar 17, 4:24 PM
Unknown Object (File)
Jan 31 2025, 6:56 AM
Unknown Object (File)
Jan 24 2025, 6:00 PM
Unknown Object (File)
Jan 24 2025, 5:20 PM
Unknown Object (File)
Jan 22 2025, 11:21 PM
Unknown Object (File)
Jan 11 2025, 1:04 PM
Subscribers

Details

Summary

Compile mkmakefile.c as C++ instead and use an std::unordered_map to
accomplish the same goal.

Sponsored by: Klara, Inc.
Sponsored by: NetApp, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 49323
Build 46213: arc lint + arc unit

Event Timeline

kevans created this revision.

My C++ fu is weak these days... but such as it is, I see no issues and think this is a great leap sideways...
Since config doesn't have to run on the TARGET system until it's self hosting, and since we need C++ for that anyway
and since we can run config on a host with C++ fully realized, this shouldn't affect early bring up of new targets.

tools/build/depend-cleanup.sh
121

<3 this

This revision is now accepted and ready to land.Jan 30 2023, 4:44 PM
tools/build/depend-cleanup.sh
121

usr.sbin