]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Disable PIE for MIPS BERI boot loader
authorMarcin Wojtas <mw@FreeBSD.org>
Thu, 25 Feb 2021 05:41:35 +0000 (06:41 +0100)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 08:14:36 +0000 (03:14 -0500)
commitae6355af77905cc29de730af5fe5a6fd9c4036b4
treef434c4c71d4578e03e8c5565bdde6389c32dd5e9
parentea2392f2f2b3bfa1883f921c465f9b22eec8f512
Disable PIE for MIPS BERI boot loader

MIPS BERI boot loader is built with -mno-abicalls and -fno-pic
so prevent adding PIE-related build flags.

Fix build after 9a227a2fd642 ("Enable PIE by default on 64-bit architectures")

Obtained from: Semihalf
Sponsored by: Stormshield

(cherry picked from commit 19cd12a32afe801dc5e753013993e15e924ceb39)
stand/mips/beri/Makefile.inc