Skip to content

Commit 5648df9

Browse files
committed
configs: arc64: Enable GDB build
This commit enables the GDB build for the ARC64 target because the Zephyr GDB 12.1 branch now includes the support for it. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 2f6f0ad commit 5648df9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configs/arc64-zephyr-elf.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ CT_GCC_SRC_CUSTOM=y
3131
CT_GCC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/gcc"
3232
CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array"
3333
CT_CC_LANG_CXX=y
34-
# CT_DEBUG_GDB is not set
34+
CT_DEBUG_GDB=y
35+
CT_GDB_SRC_CUSTOM=y
36+
CT_GDB_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/gdb"
3537
CT_COMP_LIBS_NEWLIB_NANO=y
3638
CT_NEWLIB_NANO_SRC_CUSTOM=y
3739
CT_NEWLIB_NANO_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/newlib"

0 commit comments

Comments
 (0)