Skip to content

Commit 84d5909

Browse files
galaknashif
authored andcommitted
riscv32: Enable gdb
For some reason we didn't have GDB enabled for riscv32 builds. Signed-off-by: Kumar Gala <[email protected]>
1 parent 075cdd3 commit 84d5909

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configs/riscv32.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ CT_LIBC_NEWLIB_NANO_MALLOC=y
2323
CT_LIBC_NEWLIB_NANO_FORMATTED_IO=y
2424
CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as"
2525
CT_CC_LANG_CXX=y
26-
CT_COMP_LIBS_EXPAT=y
26+
CT_DEBUG_GDB=y
2727
CT_ISL_V_0_18=y
28-
CT_COMP_LIBS_NCURSES=y
2928
CT_LIBICONV_NEEDED=y
3029
# CT_COMP_TOOLS_AUTOCONF is not set
3130
# CT_COMP_TOOLS_AUTOMAKE is not set

0 commit comments

Comments
 (0)