]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Link efi programs with -pie rather than -shared
authorarichardson <arichardson@FreeBSD.org>
Mon, 12 Oct 2020 11:27:08 +0000 (11:27 +0000)
committerarichardson <arichardson@FreeBSD.org>
Mon, 12 Oct 2020 11:27:08 +0000 (11:27 +0000)
commit3e07325895212b1fc21b3e360319460ace64683a
treeccda787f69b5f325aae9fbf769f831cfc0411805
parent3febaf2bcc94a4502c2132fce5a9434264994948
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
stand/efi/boot1/Makefile
stand/efi/loader/Makefile