Searched hist:"10 afc5eada472f7903238c7021a00f722f49a789" (Results 1 – 1 of 1) sorted by relevance
/freebsd/ |
H A D | Makefile.libcompat | diff 10afc5eada472f7903238c7021a00f722f49a789 Wed Jun 28 01:10:30 CEST 2023 Jessica Clarke <jrtc27@FreeBSD.org> Makefile.libcompat: Handle MK_FOO varying for native and compat arches
Currently Makefile.libcompat queries a few MK_FOO variables to determine what is being built. However, it is plausible (and indeed, downstream in CheriBSD, this is the case) that these may vary between the native and the compat architecture. In order to correctly determine their values for the compat architecture, we need to defer their evaluation until we are in the compat sub-make where src.opts.mk will give us the right value for the compat MACHINE_ARCH.
Reviewed by: brooks, jhb, imp Obtained from: CheriBSD Differential Revision: https://reviews.freebsd.org/D40570
|