]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r276146: Use explicit --output-target to set EFI file format
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 21 Dec 2015 19:40:32 +0000 (19:40 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 21 Dec 2015 19:40:32 +0000 (19:40 +0000)
commit3f50366c1bc38381fc90d0390991f296037b9e03
treea37c39b1c317dd3996660fcf468a41e4a5cae87c
parent0098a3eebba43094d149efb280ae6c6c98dd5c33
MFC r276146: Use explicit --output-target to set EFI file format

According to objcopy(1) --target is for use where the input and output
formats are the same ("no translation"). In practice it does detect the
input format in any case, but be explicit that we're specifying the
output format as we are translating from ELF to EFI PE format.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@292561 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/boot/amd64/boot1.efi/Makefile
sys/boot/amd64/efi/Makefile