]> 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)
committerAlex Richardson <arichardson@FreeBSD.org>
Mon, 12 Oct 2020 11:27:08 +0000 (11:27 +0000)
commit253e820a4db794c4c5e39e8e6d6bf2775f25d0cc
treeccda787f69b5f325aae9fbf769f831cfc0411805
parentcf084e9e9283ba2e4a5a73e54552508fff763379
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