Skip to content

Commit 89df7f3

Browse files
keith-packardnashif
authored andcommitted
binutils: Disable warning about RWX segments by default
Zephyr can add an option to re-enable them, but we want to disable them by default as essentially no Zephyr targets are set up to make these useful. Signed-off-by: Keith Packard <[email protected]>
1 parent b93ba1f commit 89df7f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/common.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CT_NCURSES_HOST_FALLBACKS="linux,xterm,xterm-color,xterm-256color,vt100,screen,s
88
# Binutils
99
CT_BINUTILS_SRC_CUSTOM=y
1010
CT_BINUTILS_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/binutils"
11+
CT_BINUTILS_EXTRA_CONFIG_ARRAY="--disable-warn-rwx-segments"
1112

1213
# GDB
1314
CT_DEBUG_GDB=y

0 commit comments

Comments
 (0)