Skip to content

Commit 53b7316

Browse files
committed
x86_64: warn on RWX segments
This one was missed because the ctng option is defined for the x86_64 target. Signed-off-by: Anas Nashif <[email protected]>
1 parent 89df7f3 commit 53b7316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/x86_64-zephyr-elf.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ CT_ARCH_64=y
55
CT_TARGET_VENDOR="zephyr"
66
CT_TARGET_CFLAGS="-ftls-model=local-exec"
77
CT_MULTILIB=y
8-
CT_BINUTILS_EXTRA_CONFIG_ARRAY="--enable-targets=x86_64-pep"
8+
CT_BINUTILS_EXTRA_CONFIG_ARRAY="--enable-targets=x86_64-pep --disable-warn-rwx-segments"
99
CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array --with-cpu-32=i586 --with-arch-32=i586 --with-cpu-64=generic --with-arch-64=x86-64"

0 commit comments

Comments
 (0)