summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/gdb.in.cross2
-rw-r--r--config/debug/gdb.in.native2
2 files changed, 4 insertions, 0 deletions
diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross
index 549cba2..99c9825 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.
diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native
index 8d2159a..1861506 100644
--- a/config/debug/gdb.in.native
+++ b/config/debug/gdb.in.native
@@ -5,6 +5,8 @@ config GDB_NATIVE
prompt "Native gdb"
depends on ! BARE_METAL
depends on ! BACKEND
+ select EXPAT_TARGET
+ select NCURSES_TARGET
help
Build and install a native gdb for the target, to run on the target.