Skip to content

Commit

Permalink
x86_64: Enable PEP target on x86_64 for efi support in binutils
Browse files Browse the repository at this point in the history
To allow create of binaries for use with EFI we need to enable the
x86_64-pep target in binutils.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
  • Loading branch information
galak committed Jan 24, 2021
1 parent 7bd572f commit c147afe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/x86_64-zephyr-elf.config
Expand Up @@ -10,6 +10,7 @@ CT_MULTILIB=y
CT_ARCH_64=y
CT_TARGET_VENDOR="zephyr"
CT_BINUTILS_V_2_35=y
CT_BINUTILS_EXTRA_CONFIG_ARRAY="--enable-targets=x86_64-pep"
CT_NEWLIB_SRC_DEVEL=y
CT_NEWLIB_DEVEL_URL="https://github.com/zephyrproject-rtos/newlib-cygwin.git"
CT_NEWLIB_DEVEL_REVISION="b1fe4401fdbd0860e0b91227219b15d2e0142b78"
Expand Down

0 comments on commit c147afe

Please sign in to comment.