[Bug 261497] powerpc64 fails to build after src 6497250f6f: stand/kboot/Makefile" line 27: Cannot open /usr/src/stand/kboot/arch/powerpc/Makefile.inc

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 27 Jan 2022 23:28:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261497

--- Comment #11 from Warner Losh <imp@FreeBSD.org> ---
I think what's happening is that we're recursing into src/stand for building
LIB32 using MACHINE_ARCH=powerpc but using the target defaults of powerpc64.

And that's going to be ugly to fix properly.

-- 
You are receiving this mail because:
You are the assignee for the bug.