opnsense-src/stand/powerpc
Marcin Wojtas 5b042fcbdf 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 <dgr@semihalf.com>
Reviewed by: emaste
Obtained from: Semihalf
Sponsored by: Stormshield
Differential Revision: https://reviews.freebsd.org/D28893

(cherry picked from commit 3aa023643e)
2022-01-23 11:09:53 +01:00
..
boot1.chrp Disable PIE for powerpc bootloaders. 2022-01-23 11:09:53 +01:00
kboot Disable PIE for powerpc bootloaders. 2022-01-23 11:09:53 +01:00
ofw Disable PIE for powerpc bootloaders. 2022-01-23 11:09:53 +01:00
uboot Disable PIE for powerpc bootloaders. 2022-01-23 11:09:53 +01:00
Makefile powerpc64le: stand fixes 2021-11-05 11:29:40 -03:00
Makefile.inc Move sys/boot to stand. Fix all references to new location 2017-11-14 23:02:19 +00:00