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)
Wed, Jun 26, 4:21 PM
Unknown Object (File)
Fri, Jun 21, 10:33 AM
Unknown Object (File)
Fri, Jun 21, 10:27 AM
Unknown Object (File)
Fri, Jun 21, 4:03 AM
Unknown Object (File)
Wed, Jun 19, 3:29 PM
Unknown Object (File)
Jun 3 2024, 7:26 AM
Unknown Object (File)
May 16 2024, 1:25 AM
Unknown Object (File)
May 16 2024, 1:25 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