From 3d493838f0284948a09693ad65656cb7afbb21cc Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Mon, 30 Jul 2018 00:55:21 -0700 Subject: binutils: enable x86_64-pep for producing EFI binaries on x86-64 Add x86_64-pep emulation support to the set enabled for x86_64 targets to enable the linker to produce Portable Executables for EFI binaries. Enables building the x86-64 EFI variant of the Xen hypervisor for the OpenXT Project. Signed-off-by: Christopher Clark Signed-off-by: Ross Burton --- meta/recipes-devtools/binutils/binutils-2.31.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/binutils/binutils-2.31.inc') diff --git a/meta/recipes-devtools/binutils/binutils-2.31.inc b/meta/recipes-devtools/binutils/binutils-2.31.inc index ec9e9c330d..02d5bcab73 100644 --- a/meta/recipes-devtools/binutils/binutils-2.31.inc +++ b/meta/recipes-devtools/binutils/binutils-2.31.inc @@ -35,6 +35,7 @@ SRC_URI = "\ file://0013-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \ file://0014-Detect-64-bit-MIPS-targets.patch \ file://0015-sync-with-OE-libtool-changes.patch \ + file://0016-add-i386pep-emulation-for-x86_64.patch \ " S = "${WORKDIR}/git" -- cgit 1.2.3-korg