Page MenuHomeFreeBSD

libsysdecode: Migrate from COMPAT_32BIT to generic COMPAT_LIBCOMPAT
ClosedPublic

Authored by jrtc27 on Jul 8 2023, 12:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 27, 12:16 AM
Unknown Object (File)
Wed, Nov 26, 2:51 AM
Unknown Object (File)
Wed, Nov 5, 2:25 AM
Unknown Object (File)
Mon, Nov 3, 1:33 AM
Unknown Object (File)
Sun, Nov 2, 5:41 AM
Unknown Object (File)
Sun, Nov 2, 3:28 AM
Unknown Object (File)
Oct 26 2025, 3:17 AM
Unknown Object (File)
Oct 20 2025, 11:03 AM
Subscribers
None

Details

Summary

The use isn't any more generic, just the variable itself, which will
allow COMPAT_32BIT to be removed. The fact we even have to check
COMPAT_LIBCOMPAT here in order to pass the right flags to CPP points at
our libcompat infrastructure not suitably modifying the CPP variable
(which we barely use for world; this and bsd.symver.mk are the two
uses, and the latter could benefit from the right flags too), but this
change doesn't attempt to fix that.

Diff Detail

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