]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Link efi programs with -pie rather than -shared
authorAlex Richardson <arichardson@FreeBSD.org>
Mon, 12 Oct 2020 11:27:08 +0000 (11:27 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 08:12:10 +0000 (03:12 -0500)
commitaa2cddc0d21d7411121740efdf4d69c1c743ce4b
tree4fdb018847a36a943ff0244e7ffd4204d759b101
parent5f9186c384db6886a1079fd0477ce008125ba9e4
Link efi programs with -pie rather than -shared

This was causing build failures in CheriBSD where we were passing -pie
already by default.

Reviewed By: andrew
Differential Revision: https://reviews.freebsd.org/D24787

(cherry picked from commit 253e820a4db794c4c5e39e8e6d6bf2775f25d0cc)
stand/efi/boot1/Makefile
stand/efi/loader/Makefile