History log of /freebsd/stand/kboot/libkboot/arch/powerpc64/Makefile.inc (Results 1 – 1 of 1)
Revision Date Author Comments
# 4aabaa18 28-Jan-2024 Warner Losh <imp@FreeBSD.org>

kboot: Cleanup libkern reference

For aarch64 and amd64, we don't pull in anything from libkern, so we
don't need it in our path. However, powerpc needs ucmpdi2 from libkern,
so bring it into libkbo

kboot: Cleanup libkern reference

For aarch64 and amd64, we don't pull in anything from libkern, so we
don't need it in our path. However, powerpc needs ucmpdi2 from libkern,
so bring it into libkboot's build and omit it from loader.kboot.

Sponsored by: Netflix

show more ...