freebsd-nq/stand/mips
Marcin Wojtas afd4a49407 Disable PIE for MIPS ubldr
When performing buildworld for MIPS with PIE enabled, the build fails
with "position-independent code requires '-mabicalls'" message.
-mno-abicalls and -fno-pic flags are explicitly set in MIPS ubldr
makefile, so to work around this problem, set MK_PIE=no for MIPS
ubldr.

Submitted by: Dawid Gorecki <dgr@semihalf.com>
Reviewed by: emaste
Obtained from: Semihalf
Sponsored by: Stormshield
Differential Revision: https://reviews.freebsd.org/D28370

(cherry picked from commit cd992885bc)
2022-01-23 11:09:53 +01:00
..
beri Disable PIE for MIPS BERI boot loader 2022-01-23 11:09:52 +01:00
uboot Disable PIE for MIPS ubldr 2022-01-23 11:09:53 +01:00
Makefile
Makefile.inc