Skip to content

Commit c147afe

Browse files
committed
x86_64: Enable PEP target on x86_64 for efi support in binutils
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 <[email protected]>
1 parent 7bd572f commit c147afe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/x86_64-zephyr-elf.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CT_MULTILIB=y
1010
CT_ARCH_64=y
1111
CT_TARGET_VENDOR="zephyr"
1212
CT_BINUTILS_V_2_35=y
13+
CT_BINUTILS_EXTRA_CONFIG_ARRAY="--enable-targets=x86_64-pep"
1314
CT_NEWLIB_SRC_DEVEL=y
1415
CT_NEWLIB_DEVEL_URL="https://github.com/zephyrproject-rtos/newlib-cygwin.git"
1516
CT_NEWLIB_DEVEL_REVISION="b1fe4401fdbd0860e0b91227219b15d2e0142b78"

0 commit comments

Comments
 (0)