diff options
Diffstat (limited to 'config/debug/gdb.in.cross')
-rw-r--r-- | config/debug/gdb.in.cross | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross index 549cba23..99c9825e 100644 --- a/config/debug/gdb.in.cross +++ b/config/debug/gdb.in.cross @@ -8,6 +8,8 @@ config GDB_CROSS prompt "Cross-gdb" default y select GDB_GDBSERVER if ! BARE_METAL + select EXPAT_NEEDED + select NCURSES_NEEDED help Build and install a cross-gdb for the target, to run on host. |