aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.31.inc
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2018-07-30 00:55:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-09 23:47:47 +0100
commit3d493838f0284948a09693ad65656cb7afbb21cc (patch)
tree792f4adfefbff6deac6bc2417661ef8c417bb0c9 /meta/recipes-devtools/binutils/binutils-2.31.inc
parent3f0106bf2e41197def3bf0a5b184b73a9802fb91 (diff)
downloadopenembedded-core-contrib-3d493838f0284948a09693ad65656cb7afbb21cc.tar.gz
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 <christopher.clark6@baesystems.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.31.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.31.inc1
1 files changed, 1 insertions, 0 deletions
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"