]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand: Add MK_PIE=no to defs.mk
authorWarner Losh <imp@FreeBSD.org>
Wed, 11 Aug 2021 16:59:28 +0000 (10:59 -0600)
committerWarner Losh <imp@FreeBSD.org>
Wed, 11 Aug 2021 17:03:19 +0000 (11:03 -0600)
commit879675e9a0d84880cad9834e2ef98e8724c5532c
treedef22fd9321c2b465bb701eb8b06c300601ff652
parent6b22840ed0e8f9ceb34465987b8469a43ebb4582
stand: Add MK_PIE=no to defs.mk

There's no need to build both pie and non-pie .o's for stand. There's
some other build thing with MK_BEAR_SSL=yes and/or MK_LOADER_VERIEXEC=yes
that causes the pie build to fail that the 'ar' stage now. Since we don't
need the PIE stuff and the non-PIE stuff, disable PIE for the boot loader.

Reviewed by: emaste
Sponsored by: Netflix
stand/defs.mk