When MK_LIB32 is true, we descend into stand for make includes, make
clean, etc. We shouldn't do this, so set MK_BOOT=no when we're building
includes.
Fixes: 6497250f6f7f
PR: 261497
Sponsored by: Netflix
Differential D34141
stand: Fix kboot issue on powerpc64 with MK_LIB32=yes imp on Feb 2 2022, 7:08 PM. Authored by Tags None Referenced Files
Details When MK_LIB32 is true, we descend into stand for make includes, make Fixes: 6497250f6f7f
Diff Detail
Event TimelineComment Actions I wonder if setting MK_BOOT=no in Makefile.libcompat where we set MK_TESTS=no would work and be cleaner? Comment Actions I added a compat32 exclusion in R10:2e85df652caef859c532b7e1e8a178c75f1a4a92 with: .if !defined(COMPAT_32BIT) SUBDIR.${MK_OPENSSH}+= libcbor .endif But if you've tested this workaround I'm happy enough with it given the comment. |