K 10 svn:author V 6 kevans K 8 svn:date V 27 2021-10-17T18:48:48.488843Z K 7 svn:log V 619 Disable PIE for powerpc bootloaders. Bootloaders for powerpc are not built as position independent code. Since bsd.prog.mk is used for building, when PIE is enabled, the PIE flags are added and that causes the build to fail. Adding MK_PIE=no stops bsd.prog.mk from adding PIE specific flags. Submitted by: Dawid Gorecki Reviewed by: emaste Obtained from: Semihalf Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D28893 (cherry picked from commit 3aa023643e9db78f4da314ff9bfb1643533c004f) Git Hash: 9da7cdecf101ef70b30364479c35a9d25b47b576 Git Author: mw@FreeBSD.org END