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)
Tue, Nov 5, 12:11 AM
Unknown Object (File)
Tue, Nov 5, 12:11 AM
Unknown Object (File)
Tue, Nov 5, 12:11 AM
Unknown Object (File)
Sun, Nov 3, 12:51 AM
Unknown Object (File)
Wed, Oct 30, 12:36 AM
Unknown Object (File)
Wed, Oct 30, 12:36 AM
Unknown Object (File)
Wed, Oct 30, 12:36 AM
Unknown Object (File)
Wed, Oct 30, 12:23 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 Not Applicable
Unit
Tests Not Applicable