K 10 svn:author V 6 kevans K 8 svn:date V 27 2021-10-17T18:48:50.798270Z K 7 svn:log V 626 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 Reviewed by: emaste Obtained from: Semihalf Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D28370 (cherry picked from commit cd992885bcdfb3c2c6b761f5c3bf1c86949acdc3) Git Hash: ea2392f2f2b3bfa1883f921c465f9b22eec8f512 Git Author: mw@FreeBSD.org END